1 #ifndef _BSP_RESET_H_
2 #define _BSP_RESET_H_
3 
4 void bsp_reset_init(void);
5 void bsp_reset(void);
6 void bsp_poweroff(void);
7 
8 #endif /* _BSP_RESET_H_ */
9