xref: /linux/tools/perf/arch/parisc/include/syscall_table.h (revision 7685b334d1e4927cc73b62c65293ba65748d9c52)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <asm/bitsperlong.h>
3 
4 #if __BITS_PER_LONG == 64
5 #include <asm/syscalls_64.h>
6 #else
7 #include <asm/syscalls_32.h>
8 #endif
9