diff options
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-fsg.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/leds/leds-fsg.c b/drivers/leds/leds-fsg.c index 5f7c9c5c09b1..d11d05be0dee 100644 --- a/drivers/leds/leds-fsg.c +++ b/drivers/leds/leds-fsg.c | |||
@@ -22,6 +22,13 @@ | |||
22 | #include <mach/hardware.h> | 22 | #include <mach/hardware.h> |
23 | #include <asm/io.h> | 23 | #include <asm/io.h> |
24 | 24 | ||
25 | #define FSG_LED_WLAN_BIT 0 | ||
26 | #define FSG_LED_WAN_BIT 1 | ||
27 | #define FSG_LED_SATA_BIT 2 | ||
28 | #define FSG_LED_USB_BIT 4 | ||
29 | #define FSG_LED_RING_BIT 5 | ||
30 | #define FSG_LED_SYNC_BIT 7 | ||
31 | |||
25 | static short __iomem *latch_address; | 32 | static short __iomem *latch_address; |
26 | static unsigned short latch_value; | 33 | static unsigned short latch_value; |
27 | 34 | ||