X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e41d42803fe1bcf67178500085d8be65f61749fa..6e2911b4f9b43249a3a8783f777e39591d89ef96:/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h index 2f357fa87..0482c6954 100644 --- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h +++ b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h @@ -2,7 +2,10 @@ #define BOARD_BCM963XX_H_ #include +#include +#include #include +#include /* * flash mapping @@ -42,10 +45,20 @@ struct board_info { unsigned int has_ohci0:1; unsigned int has_ehci0:1; unsigned int has_udc0:1; + unsigned int has_dsp:1; /* ethernet config */ struct bcm63xx_enet_platform_data enet0; struct bcm63xx_enet_platform_data enet1; + + /* DSP config */ + struct bcm63xx_dsp_platform_data dsp; + + /* GPIO LEDs */ + struct gpio_led leds[8]; + + /* Reset button */ + unsigned int reset_btn; }; #endif /* ! BOARD_BCM963XX_H_ */