#ifndef _WDT_H_
#define _WDT_H_

int  wdtInit(void);
int  wdtFeed(void);


#endif /* _WDT_H_ */


