]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/leds/leds-fsg.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[mv-sheeva.git] / drivers / leds / leds-fsg.c
index 5f7c9c5c09b1306c35211ed024aed989c1592b61..d11d05be0dee3712132a70b50b0a77211aff23b6 100644 (file)
 #include <mach/hardware.h>
 #include <asm/io.h>
 
+#define FSG_LED_WLAN_BIT       0
+#define FSG_LED_WAN_BIT                1
+#define FSG_LED_SATA_BIT       2
+#define FSG_LED_USB_BIT                4
+#define FSG_LED_RING_BIT       5
+#define FSG_LED_SYNC_BIT       7
+
 static short __iomem *latch_address;
 static unsigned short latch_value;