tools/llvm: Do not build with symbols
[minix3.git] / minix / kernel / arch / earm / bsp / include / bsp_reset.h
blob7f91da13c62eade287365b1b129d3194ae86cdb4
1 #ifndef _BSP_RESET_H_
2 #define _BSP_RESET_H_
4 void bsp_reset_init(void);
5 void bsp_reset(void);
6 void bsp_poweroff(void);
7 void bsp_disable_watchdog(void);
9 #endif /* _BSP_RESET_H_ */