]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/x86/include/uapi/asm/posix_types.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 / posix_types.h
1 #ifndef __KERNEL__
2 # ifdef __i386__
3 #  include <asm/posix_types_32.h>
4 # elif defined(__ILP32__)
5 #  include <asm/posix_types_x32.h>
6 # else
7 #  include <asm/posix_types_64.h>
8 # endif
9 #endif