0001:   #ifndef _ASM_X86_UNISTD_H
0002:   #define _ASM_X86_UNISTD_H
0003:   
0004:   /* x32 syscall flag bit */
0005:   #define __X32_SYSCALL_BIT       0x40000000
0006:   
0007:   # ifdef __i386__
0008:   #  include <asm/unistd_32.h>
0009:   # elif defined(__ILP32__)
0010:   #  include <asm/unistd_x32.h>
0011:   # else
0012:   #  include <asm/unistd_64.h>
0013:   # endif
0014:   
0015:   #endif /* _ASM_X86_UNISTD_H */