9 lines
147 B
C
9 lines
147 B
C
|
#ifndef _BSP_RESET_H_
|
||
|
#define _BSP_RESET_H_
|
||
|
|
||
|
void bsp_reset_init(void);
|
||
|
void bsp_reset(void);
|
||
|
void bsp_poweroff(void);
|
||
|
|
||
|
#endif /* _BSP_RESET_H_ */
|