aboutsummaryrefslogtreecommitdiff
path: root/target/riscv/time_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/riscv/time_helper.h')
-rw-r--r--target/riscv/time_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/riscv/time_helper.h b/target/riscv/time_helper.h
index cacd79b..af1f634 100644
--- a/target/riscv/time_helper.h
+++ b/target/riscv/time_helper.h
@@ -25,6 +25,7 @@
void riscv_timer_write_timecmp(CPURISCVState *env, QEMUTimer *timer,
uint64_t timecmp, uint64_t delta,
uint32_t timer_irq);
+void riscv_timer_stce_changed(CPURISCVState *env, bool is_m_mode, bool enable);
void riscv_timer_init(RISCVCPU *cpu);
#endif