Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
14 lines
246 B
C
14 lines
246 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#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_ */
|