xref: /linux/arch/riscv/include/asm/syscall_table.h (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1 #include <asm/bitsperlong.h>
2 
3 #if __BITS_PER_LONG == 64
4 #include <asm/syscall_table_64.h>
5 #else
6 #include <asm/syscall_table_32.h>
7 #endif
8