[brcm63xx] add infrastructure to register gpio-input reset button
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / files / include / asm-mips / mach-bcm63xx / board_bcm963xx.h
index d154b2859ee2d5a83dc1b7deb41dba4a85902b6a..e07a07c88c5a39f685a2211816fee7db176944f3 100644 (file)
@@ -56,6 +56,9 @@ struct board_info {
 
        /* GPIO LEDs */
        struct gpio_led leds[5];
+
+       /* Reset button */
+       unsigned int    reset_btn;
 };
 
 #endif /* ! BOARD_BCM963XX_H_ */