repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests/avocado: add RISC-V OpenSBI boot test
[qemu.git]
/
linux-user
/
nios2
/
target_signal.h
blob
46ca5948cea494325e1e5e6b901e9c972c73bdd2
1
#ifndef NIOS2_TARGET_SIGNAL_H
2
#define NIOS2_TARGET_SIGNAL_H
3
4
#include
"../generic/signal.h"
5
6
/* Nios2 uses a fixed address on the kuser page for sigreturn. */
7
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 0
8
9
#endif
/* NIOS2_TARGET_SIGNAL_H */