summaryrefslogtreecommitdiffstats
path: root/kernel/arch/sh/include/asm/posix_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/sh/include/asm/posix_types.h')
-rw-r--r--kernel/arch/sh/include/asm/posix_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/arch/sh/include/asm/posix_types.h b/kernel/arch/sh/include/asm/posix_types.h
new file mode 100644
index 000000000..1aa781079
--- /dev/null
+++ b/kernel/arch/sh/include/asm/posix_types.h
@@ -0,0 +1,5 @@
+# ifdef CONFIG_SUPERH32
+# include <asm/posix_types_32.h>
+# else
+# include <asm/posix_types_64.h>
+# endif