aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/posix_types.h
blob: f08449bcbde7e747f96d27d4397c46f97d0b593f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifdef __KERNEL__
# ifdef CONFIG_SUPERH32
#  include <asm/posix_types_32.h>
# else
#  include <asm/posix_types_64.h>
# endif
#else
# ifdef __SH5__
#  include <asm/posix_types_64.h>
# else
#  include <asm/posix_types_32.h>
# endif
#endif /* __KERNEL__ */