#ifndef __watchdog_h__
#define __watchdog_h__

#ifdef __cplusplus
extern "C" {
#endif

int watchdogInit(void);
void watchdogFeed(void);

#ifdef __cplusplus
}
#endif

#endif /* __watchdog_h__ */

