1
0
Fork 0
alistair23-linux/include/asm-sh/posix_types.h

8 lines
141 B
C

#ifdef __KERNEL__
# ifdef CONFIG_SUPERH32
# include "posix_types_32.h"
# else
# include "posix_types_64.h"
# endif
#endif /* __KERNEL__ */