summaryrefslogtreecommitdiffstats
path: root/arch/x86/um/shared/sysdep/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/shared/sysdep/syscalls.h')
-rw-r--r--arch/x86/um/shared/sysdep/syscalls.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/um/shared/sysdep/syscalls.h b/arch/x86/um/shared/sysdep/syscalls.h
new file mode 100644
index 000000000..b2060ac70
--- /dev/null
+++ b/arch/x86/um/shared/sysdep/syscalls.h
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifdef __i386__
+#include "syscalls_32.h"
+#else
+#include "syscalls_64.h"
+#endif