Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
dda89e2fbc5b7702296356b4a20a5cb66c70e426
/
.
/
arch
/
x86
/
include
/
uapi
/
asm
/
posix_types.h
blob: c661e95f0134dbedab539462c1d620e2071a8e5b [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#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