Files
rpi_b/minix/kernel/arch/earmv6hf/bsp/include/bsp_reset.h
2014-11-27 20:56:49 +01:00

10 lines
180 B
C

#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_ */