| /* | |
| * File: wdog.h | |
| * Purpose: Provide common watchdog module routines | |
| * | |
| * Notes: | |
| */ | |
| #ifndef __WDOG_H__ | |
| #define __WDOG_H__ | |
| /********************************************************************/ | |
| // function prototypes | |
| void wdog_disable(void); | |
| void wdog_unlock(void); | |
| /********************************************************************/ | |
| #endif /* __WDOG_H__ */ |