add infrastructure to register gpio-input reset button

SVN-Revision: 17526
This commit is contained in:
Florian Fainelli
2009-09-06 13:54:17 +00:00
parent 77c4df9e45
commit 65fa1debda
3 changed files with 20 additions and 1 deletions

View 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_ */