X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Ffiles%2Finclude%2Fasm-mips%2Fmach-bcm63xx%2Fboard_bcm963xx.h;h=d154b2859ee2d5a83dc1b7deb41dba4a85902b6a;hp=2f357fa87ef12598648b3fc8a38f67c46f1ba64e;hb=0214d7d555c60c02c7169edcdbd204192656fea7;hpb=dc52e193f5e88af9c87240721846e677edfb0f1b 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 2f357fa87e..d154b2859e 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,17 @@ 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[5]; }; #endif /* ! BOARD_BCM963XX_H_ */