summaryrefslogtreecommitdiff
path: root/tools/perf/arch/parisc/include/syscall_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/arch/parisc/include/syscall_table.h')
-rw-r--r--tools/perf/arch/parisc/include/syscall_table.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/arch/parisc/include/syscall_table.h b/tools/perf/arch/parisc/include/syscall_table.h
new file mode 100644
index 000000000000..7ff51b783000
--- /dev/null
+++ b/tools/perf/arch/parisc/include/syscall_table.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#include <asm/bitsperlong.h>
+
+#if __BITS_PER_LONG == 64
+#include <asm/syscalls_64.h>
+#else
+#include <asm/syscalls_32.h>
+#endif