#ifndef WATCHDOG_H__
#define WATCHDOG_H__

extern void WDT_Init(void);
extern void WDT_Clear(void);

#endif