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
Merge tag 'pull-request-2024-10-21' of https://gitlab.com/thuth/qemu into staging
[qemu/kevin.git]
/
linux-user
/
openrisc
/
target_signal.h
blob
5b9d40974a9e05d705f6664cbfdbc2a3e7eeb5d2
1
#ifndef OPENRISC_TARGET_SIGNAL_H
2
#define OPENRISC_TARGET_SIGNAL_H
3
4
#include
"../generic/signal.h"
5
6
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
7
8
#endif
/* OPENRISC_TARGET_SIGNAL_H */