Add support to run SMM handler in TSEG instead of ASEG
[coreboot.git] / src / include / watchdog.h
1 #ifndef WATCHDOG_H
2 #define WATCHDOG_H
3
4 #if CONFIG_USE_WATCHDOG_ON_BOOT == 1
5 void watchdog_off(void);
6 #else
7 #define watchdog_off()
8 #endif
9
10 #endif /* WATCHDOG_H */