#ifndef __WATCHDOG_H__ #define __WATCHDOG_H__ int watchdog_init(void); void watchdog_exit(void); #endif