blob: 943229a39de36fa6a61a0b85a781dcd75129d52e [file] [log] [blame]
/*
* 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__ */