summaryrefslogtreecommitdiffstats
path: root/target/avr
diff options
context:
space:
mode:
authorRichard Henderson2021-08-03 17:31:43 +0200
committerRichard Henderson2021-09-22 04:36:44 +0200
commit8b1d5b3c3507d062d7611a64a81989e8903605ed (patch)
tree4ebf8344b80f05d03d6229a8381c1d837cc63680 /target/avr
parentMerge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202... (diff)
downloadqemu-8b1d5b3c3507d062d7611a64a81989e8903605ed.tar.gz
qemu-8b1d5b3c3507d062d7611a64a81989e8903605ed.tar.xz
qemu-8b1d5b3c3507d062d7611a64a81989e8903605ed.zip
include/exec: Move cpu_signal_handler declaration
There is nothing target specific about this. The implementation is host specific, but the declaration is 100% common. Reviewed-By: Warner Losh <imp@bsdimp.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/avr')
-rw-r--r--target/avr/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/avr/cpu.h b/target/avr/cpu.h
index 93e3faa0a9..dceacf3cd7 100644
--- a/target/avr/cpu.h
+++ b/target/avr/cpu.h
@@ -175,7 +175,6 @@ static inline void set_avr_feature(CPUAVRState *env, int feature)
}
#define cpu_list avr_cpu_list
-#define cpu_signal_handler cpu_avr_signal_handler
#define cpu_mmu_index avr_cpu_mmu_index
static inline int avr_cpu_mmu_index(CPUAVRState *env, bool ifetch)
@@ -187,7 +186,6 @@ void avr_cpu_tcg_init(void);
void avr_cpu_list(void);
int cpu_avr_exec(CPUState *cpu);
-int cpu_avr_signal_handler(int host_signum, void *pinfo, void *puc);
int avr_cpu_memory_rw_debug(CPUState *cs, vaddr address, uint8_t *buf,
int len, bool is_write);