Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
bfd264fbbbca7a39ea430d7bc2baf8ee2ea958e4
/
.
/
arch
/
riscv
/
include
/
asm
/
syscall_table.h
blob: 0c2d61782813343babb1bc4877b7fb939f41cd5a [
file
] [
log
] [
blame
]
#include
<asm/bitsperlong.h>
#if __BITS_PER_LONG == 64
#include
<asm/syscall_table_64.h>
#else
#include
<asm/syscall_table_32.h>
#endif