soc/amd/common/block/apob/apob_cache: use APOB cache size from FMAP
[coreboot.git] / src / include / watchdog.h
blobe54f3fbf7360c62dda779015d0a9575d9eac16c0
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() { while (0); }
8 #endif
10 #endif /* WATCHDOG_H */