linux-surface/arch/sh/include/uapi/asm/posix_types.h
2017-08-10 09:25:24 -04:00

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__ */