aboutsummaryrefslogtreecommitdiff
path: root/include/hw/timer/ibex_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/timer/ibex_timer.h')
-rw-r--r--include/hw/timer/ibex_timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/timer/ibex_timer.h b/include/hw/timer/ibex_timer.h
index 6a43537003..b6f69b38ee 100644
--- a/include/hw/timer/ibex_timer.h
+++ b/include/hw/timer/ibex_timer.h
@@ -48,5 +48,7 @@ struct IbexTimerState {
uint32_t timebase_freq;
qemu_irq irq;
+
+ qemu_irq m_timer_irq;
};
#endif /* HW_IBEX_TIMER_H */