libpayload: ehci: Prevent some race conditions
[coreboot.git] / src / include / watchdog.h
blobd6267375f5c73d162723cef6bf34e9ec909ce393
1 #ifndef WATCHDOG_H
2 #define WATCHDOG_H
4 #if CONFIG_USE_WATCHDOG_ON_BOOT
5 void watchdog_off(void);
6 #else
7 #define watchdog_off()
8 #endif
10 #endif /* WATCHDOG_H */