aboutsummaryrefslogtreecommitdiff
path: root/include/hw/timer/npcm7xx_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/timer/npcm7xx_timer.h')
-rw-r--r--include/hw/timer/npcm7xx_timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/timer/npcm7xx_timer.h b/include/hw/timer/npcm7xx_timer.h
index 6993fd723a..d45c051b56 100644
--- a/include/hw/timer/npcm7xx_timer.h
+++ b/include/hw/timer/npcm7xx_timer.h
@@ -101,6 +101,7 @@ struct NPCM7xxTimerCtrlState {
uint32_t tisr;
+ Clock *clock;
NPCM7xxTimer timer[NPCM7XX_TIMERS_PER_CTRL];
NPCM7xxWatchdogTimer watchdog_timer;
};