#ifndef __WATCHDOG_H__ #define __WATCHDOG_H__ void InitWatchdog(void); void ResetWatchdog(void); #endif