X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8a891d72ed376dd5c3ca251ec4e29c8d8b1c6c08..99c311e86cd7b0ed809a7994eb618819785a6223:/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 d154b2859..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 @@ -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_ */