
. for new uboot (specifically beaglebone black rev c) compliance Change-Id: I28fd0ca15f5365e14bf2bb9407f266e3e570b6d9
10 lines
180 B
C
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_ */
|