1 #ifndef BOARD_BCM963XX_H_
2 #define BOARD_BCM963XX_H_
4 #include <linux/types.h>
5 #include <bcm63xx_dev_enet.h>
10 #define BCM963XX_CFE_VERSION_OFFSET 0x570
11 #define BCM963XX_NVRAM_OFFSET 0x580
16 struct bcm963xx_nvram
{
35 unsigned int expected_cpu_id
;
37 /* enabled feature/device */
38 unsigned int has_enet0
:1;
39 unsigned int has_enet1
:1;
40 unsigned int has_pci
:1;
41 unsigned int has_pccard
:1;
42 unsigned int has_ohci0
:1;
43 unsigned int has_ehci0
:1;
44 unsigned int has_udc0
:1;
47 struct bcm63xx_enet_platform_data enet0
;
48 struct bcm63xx_enet_platform_data enet1
;
51 #endif /* ! BOARD_BCM963XX_H_ */