summary refs log tree commit diff stats
path: root/target/riscv/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/riscv/debug.h')
-rw-r--r--target/riscv/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/riscv/debug.h b/target/riscv/debug.h
index fb21706e1c..27b9cac6b4 100644
--- a/target/riscv/debug.h
+++ b/target/riscv/debug.h
@@ -109,4 +109,6 @@ void riscv_cpu_debug_excp_handler(CPUState *cs);
 bool riscv_cpu_debug_check_breakpoint(CPUState *cs);
 bool riscv_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp);
 
+void riscv_trigger_init(CPURISCVState *env);
+
 #endif /* RISCV_DEBUG_H */