minix3/kernel/arch/earm/bsp/include/bsp_reset.h

10 lines
180 B
C
Raw Normal View History

2020-02-21 00:59:27 +05:30
#ifndef _BSP_RESET_H_
#define _BSP_RESET_H_
void bsp_reset_init(void);
void bsp_reset(void);
void bsp_poweroff(void);
void bsp_disable_watchdog(void);
#endif /* _BSP_RESET_H_ */