aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/uapi/asm/posix_types.h
blob: 85506b383627a48354af0ca86455f74e82540b3c (plain)
1
2
3
4
5
6
7
8
9
#ifndef __KERNEL__
# ifdef __i386__
#  include <asm/posix_types_32.h>
# elif defined(__ILP32__)
#  include <asm/posix_types_x32.h>
# else
#  include <asm/posix_types_64.h>
# endif
#endif