#ifndef __LHL_WATCHDOG_H__
#define __LHL_WATCHDOG_H__
void SystemIWDGInit(void);
void Stop_WDT(void);
void Clear_WDT(void);
#endif