34#ifndef _OS_WATCHDOG_H_
35#define _OS_WATCHDOG_H_
void reset_watchdog(void)
Resets the watchdog.
void start_watchdog(int period_msec)
Starts a watchdog thread that must be reset more often than period_msec.
void add_watchdog_reset_timer(int period_msec)
Inserts a timer that will periodically reset the watchdog, thereby practically making the watchdog wa...