From 8a891d72ed376dd5c3ca251ec4e29c8d8b1c6c08 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 18 Jul 2009 00:40:23 +0000 Subject: [brcm63xx] register GPIO-connected LEDs for known boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16887 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h | 5 +++++ 1 file changed, 5 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 85d1e5f41..d154b2859 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 +#include +#include #include #include @@ -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_ */ -- cgit v1.2.3