#ifndef __HAL_WATCH_DOG_H__ #define __HAL_WATCH_DOG_H__ void wdg_init(void); void wdg_feed(void); #endif /* __WATCH_DOG_H__ */