1
0
Fork 0
android_kernel_rockchip_tart/arch/riscv/include/asm/syscall_table.h
2025-06-27 00:32:42 -05:00

7 lines
137 B
C

#include <asm/bitsperlong.h>
#if __BITS_PER_LONG == 64
#include <asm/syscall_table_64.h>
#else
#include <asm/syscall_table_32.h>
#endif