repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tpm: mark correct memory region range dirty when clearing RAM
[qemu/kevin.git]
/
linux-user
/
riscv
/
syscall_nr.h
blob
0a5a2f2fb16119daea5aa16959528299e752eebd
1
/*
2
* Syscall numbers from asm-generic, common for most
3
* of recently-added arches including RISC-V.
4
*/
5
6
#ifndef LINUX_USER_RISCV_SYSCALL_NR_H
7
#define LINUX_USER_RISCV_SYSCALL_NR_H
8
9
#ifdef TARGET_RISCV32
10
# include
"syscall32_nr.h"
11
#else
12
# include
"syscall64_nr.h"
13
#endif
14
15
#endif