Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
[deliverable/linux.git] / include / asm-x86 / unistd.h
1 #ifdef __KERNEL__
2 # if defined(CONFIG_X86_32) || defined(__i386__)
3 # include "unistd_32.h"
4 # else
5 # include "unistd_64.h"
6 # endif
7 #endif
This page took 0.033931 seconds and 6 git commands to generate.