linux-surface/kernel/arch/sh/include/uapi/asm/posix_types.h

8 lines
142 B
C

#ifndef __KERNEL__
# ifdef __SH5__
# include <asm/posix_types_64.h>
# else
# include <asm/posix_types_32.h>
# endif
#endif /* __KERNEL__ */