/******************************************************************************* * File Name : Reboot.h * Description : * Created on : 2018Äê8ÔÂ13ÈÕ * Author : ¶Å¼ü *******************************************************************************/ #ifndef HAL_REBOOT_H_ #define HAL_REBOOT_H_ /******************************************************************************* * Include Files * *******************************************************************************/ #include "HIDO_TypeDef.h" /******************************************************************************* * Macro * *******************************************************************************/ /******************************************************************************* * Type Definition * *******************************************************************************/ /******************************************************************************* * Global Function * *******************************************************************************/ HIDO_VOID Reboot(HIDO_UINT32 _u32DelayMs); HIDO_INT32 Reboot_Init(void); #endif /* HAL_REBOOT_H_ */