bcm63xx: add gpio leds to alice gate
[openwrt.git] / target / linux / brcm63xx / files / include / asm-mips / mach-bcm63xx / board_bcm963xx.h
index d154b28..0482c69 100644 (file)
@@ -55,7 +55,10 @@ struct board_info {
        struct bcm63xx_dsp_platform_data dsp;
 
        /* GPIO LEDs */
-       struct gpio_led leds[5];
+       struct gpio_led leds[8];
+
+       /* Reset button */
+       unsigned int    reset_btn;
 };
 
 #endif /* ! BOARD_BCM963XX_H_ */
This page took 0.020123 seconds and 4 git commands to generate.