]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/x86/include/uapi/asm/unistd.h
Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk...
[karo-tx-linux.git] / arch / x86 / include / uapi / asm / unistd.h
1 #ifndef _UAPI_ASM_X86_UNISTD_H
2 #define _UAPI_ASM_X86_UNISTD_H
3
4 /* x32 syscall flag bit */
5 #define __X32_SYSCALL_BIT       0x40000000
6
7 #ifndef __KERNEL__
8 # ifdef __i386__
9 #  include <asm/unistd_32.h>
10 # elif defined(__ILP32__)
11 #  include <asm/unistd_x32.h>
12 # else
13 #  include <asm/unistd_64.h>
14 # endif
15 #endif
16
17 #endif /* _UAPI_ASM_X86_UNISTD_H */