summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/posix_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/posix_types.h')
-rw-r--r--arch/sh/include/asm/posix_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/include/asm/posix_types.h b/arch/sh/include/asm/posix_types.h
new file mode 100644
index 000000000..1aa781079
--- /dev/null
+++ b/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