xref: /minix3/minix/kernel/arch/earm/bsp/include/bsp_reset.h (revision 222afb38ac2ffd175d501786a8456d2269c52ffb)
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