summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/include/asm-mips
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-07-18 00:40:23 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-07-18 00:40:23 +0000
commitecad504c39ee2d914d65c84b5ca1e4f7dd3d1c1d (patch)
treef567ffa76a035e20fb80338c59a7b81f0a403185 /target/linux/brcm63xx/files/include/asm-mips
parentaf6076273a89480a3ae8b3893999c170c9a26889 (diff)
downloadmaster-31e0f0ae-ecad504c39ee2d914d65c84b5ca1e4f7dd3d1c1d.tar.gz
master-31e0f0ae-ecad504c39ee2d914d65c84b5ca1e4f7dd3d1c1d.tar.bz2
master-31e0f0ae-ecad504c39ee2d914d65c84b5ca1e4f7dd3d1c1d.zip
register GPIO-connected LEDs for known boards
SVN-Revision: 16887
Diffstat (limited to 'target/linux/brcm63xx/files/include/asm-mips')
-rw-r--r--target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h5
1 files changed, 5 insertions, 0 deletions
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 85d1e5f418..d154b2859e 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
@@ -2,6 +2,8 @@
#define BOARD_BCM963XX_H_
#include <linux/types.h>
+#include <linux/gpio.h>
+#include <linux/leds.h>
#include <bcm63xx_dev_enet.h>
#include <bcm63xx_dev_dsp.h>
@@ -51,6 +53,9 @@ struct board_info {
/* DSP config */
struct bcm63xx_dsp_platform_data dsp;
+
+ /* GPIO LEDs */
+ struct gpio_led leds[5];
};
#endif /* ! BOARD_BCM963XX_H_ */