blob: 4eeb723aee7ed4c2915989af3c0151447058cf1b [file] [log] [blame]
Paul Mundte08d8aa2008-01-08 18:05:03 +09001#ifdef __KERNEL__
2# ifdef CONFIG_SUPERH32
3# include "posix_types_32.h"
4# else
5# include "posix_types_64.h"
6# endif
Paul Mundt6dba1b62008-03-14 17:21:09 +09007#else
8# ifdef __SH5__
9# include "posix_types_64.h"
10# else
11# include "posix_types_32.h"
12# endif
Paul Mundte08d8aa2008-01-08 18:05:03 +090013#endif /* __KERNEL__ */