summaryrefslogtreecommitdiffstats
path: root/src/include/watchdog.h
blob: b94cd4dcd0096979960ff5a1de4485b0e46c29e4 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef WATCHDOG_H
#define WATCHDOG_H

#if CONFIG_USE_WATCHDOG_ON_BOOT
void watchdog_off(void);
#else
#define watchdog_off() while(0) {}
#endif

#endif /* WATCHDOG_H */
OpenPOWER on IntegriCloud