aboutsummaryrefslogtreecommitdiff
path: root/include/hw/watchdog/wdt_aspeed.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/watchdog/wdt_aspeed.h')
-rw-r--r--include/hw/watchdog/wdt_aspeed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/watchdog/wdt_aspeed.h b/include/hw/watchdog/wdt_aspeed.h
index 080c223122..7de3e5c224 100644
--- a/include/hw/watchdog/wdt_aspeed.h
+++ b/include/hw/watchdog/wdt_aspeed.h
@@ -27,6 +27,8 @@ typedef struct AspeedWDTState {
uint32_t regs[ASPEED_WDT_REGS_MAX];
uint32_t pclk_freq;
+ uint32_t silicon_rev;
+ uint32_t ext_pulse_width_mask;
} AspeedWDTState;
#endif /* ASPEED_WDT_H */