1433d6423SLionel Sambuc #ifndef _BSP_RESET_H_ 2433d6423SLionel Sambuc #define _BSP_RESET_H_ 3433d6423SLionel Sambuc 4433d6423SLionel Sambuc void bsp_reset_init(void); 5433d6423SLionel Sambuc void bsp_reset(void); 6433d6423SLionel Sambuc void bsp_poweroff(void); 7*222afb38SBen Gras void bsp_disable_watchdog(void); 8433d6423SLionel Sambuc 9433d6423SLionel Sambuc #endif /* _BSP_RESET_H_ */ 10