Sign in
android
/
kernel
/
common
/
13b40d327b49759119e86f3e9724e27d3aa3b538
/
.
/
arch
/
sh
/
include
/
uapi
/
asm
/
posix_types.h
blob: dc55e5adfe1ef9280bafbc0d2167939cb2680a92 [
file
] [
log
] [
blame
]
#ifndef
__KERNEL__
# ifdef __SH5__
# include <asm/posix_types_64.h>
# else
# include <asm/posix_types_32.h>
# endif
#endif
/* __KERNEL__ */