From 65fa1debdae9f85f953d70f2eeba0814bfc4d9ba Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 6 Sep 2009 13:54:17 +0000 Subject: add infrastructure to register gpio-input reset button SVN-Revision: 17526 --- .../brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h | 3 +++ 1 file changed, 3 insertions(+) (limited to '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 d154b2859e..e07a07c88c 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 @@ -56,6 +56,9 @@ struct board_info { /* GPIO LEDs */ struct gpio_led leds[5]; + + /* Reset button */ + unsigned int reset_btn; }; #endif /* ! BOARD_BCM963XX_H_ */ -- cgit v1.2.3