Sign in
android-kvm
/
linux
/
refs/heads/tabba/fix-vcpu-init
/
.
/
tools
/
perf
/
arch
/
riscv
/
include
/
syscall_table.h
blob: 7ff51b783000d727ec48be960730b81ecdb05575 [
file
] [
log
] [
blame
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 */
#include
<asm/bitsperlong.h>
#if __BITS_PER_LONG == 64
#include
<asm/syscalls_64.h>
#else
#include
<asm/syscalls_32.h>
#endif