Flatten brcm63xx patches, should make our life easier to patch files now ;)
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / files / include / asm-mips / mach-bcm63xx / bcm63xx_board.h
1 #ifndef BCM63XX_BOARD_H_
2 #define BCM63XX_BOARD_H_
3
4 const char *board_get_name(void);
5
6 void board_prom_init(void);
7
8 void board_setup(void);
9
10 int board_register_devices(void);
11
12 #endif /* ! BCM63XX_BOARD_H_ */