#ifndef dev_watchdog_h__ #define dev_watchdog_h__ void wdog_start(void); void wdog_refresh(void); #endif