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

8 lines
142 B
C
Raw Normal View History

2017-08-10 13:25:24 +00:00
#ifndef __KERNEL__
# ifdef __SH5__
# include <asm/posix_types_64.h>
# else
# include <asm/posix_types_32.h>
# endif
#endif /* __KERNEL__ */