remarkable-linux/include/asm-sh/posix_types.h
Paul Mundt e08d8aaead sh: Fix posix_types.h userspace breakage from sh64 merge.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-01-28 13:19:02 +09:00

8 lines
141 B
C

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