Sign in
gem5
/
arm
/
linux
/
3e64fcbdbd10e46dede502d507dbcc104837cd59
/
.
/
arch
/
x86
/
include
/
uapi
/
asm
/
posix_types.h
blob: 85506b383627a48354af0ca86455f74e82540b3c [
file
] [
log
] [
blame
]
#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