drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / riscv / include / asm / syscall_table.h
blob0c2d61782813343babb1bc4877b7fb939f41cd5a
1 #include <asm/bitsperlong.h>
3 #if __BITS_PER_LONG == 64
4 #include <asm/syscall_table_64.h>
5 #else
6 #include <asm/syscall_table_32.h>
7 #endif