git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
13 lines
207 B
C
13 lines
207 B
C
#ifndef BCM63XX_BOARD_H_
|
|
#define BCM63XX_BOARD_H_
|
|
|
|
const char *board_get_name(void);
|
|
|
|
void board_prom_init(void);
|
|
|
|
void board_setup(void);
|
|
|
|
int board_register_devices(void);
|
|
|
|
#endif /* ! BCM63XX_BOARD_H_ */
|