linux-surface/arch/x86/include/uapi/asm/posix_types.h
2017-08-10 09:25:24 -04:00

10 lines
187 B
C

#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