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