mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-06 19:24:52 +00:00
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_ */
|