Sign in
kunit
/
linux
/
aa9ae8eb1a917c8794bceef0a8e6ff1f4d7c46de
/
.
/
include
/
asm-sh
/
posix_types.h
blob: 4eeb723aee7ed4c2915989af3c0151447058cf1b [
file
] [
log
] [
blame
]
#ifdef
__KERNEL__
# ifdef CONFIG_SUPERH32
# include "posix_types_32.h"
# else
# include "posix_types_64.h"
# endif
#else
# ifdef __SH5__
# include "posix_types_64.h"
# else
# include "posix_types_32.h"
# endif
#endif
/* __KERNEL__ */