aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/posix_types.h
blob: 4b9d11c9fc770e2fdfcd0bd0c10ff66f955a1f78 (plain) (blame)
1
2
3
4
5
6
7
#ifdef __KERNEL__
# ifdef CONFIG_SUPERH32
#  include "posix_types_32.h"
# else
#  include "posix_types_64.h"
# endif
#endif /* __KERNEL__ */