Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
bcm63xx_board.h
Go to the documentation of this file.
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_ */