summaryrefslogtreecommitdiff
path: root/include/linux/dell-led.h
diff options
context:
space:
mode:
authorAlex Hung <alex.hung@canonical.com>2014-03-26 02:27:02 -0700
committerBryan Wu <cooloney@gmail.com>2014-05-08 14:28:07 +0800
commitdb6d8cc00773d8ef5a8b421b42a5ded235307b10 (patch)
tree7e77a45e4d659cd1666d1c7b09c5c50f11e0ebde /include/linux/dell-led.h
parent89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd (diff)
dell-led: add mic mute led interface
This patch provides similar led functional of 420f973 thinkpad-acpi: Add mute and mic-mute LED functionality Signed-off-by: Alex Hung <alex.hung@canonical.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'include/linux/dell-led.h')
-rw-r--r--include/linux/dell-led.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/dell-led.h b/include/linux/dell-led.h
new file mode 100644
index 000000000000..7009b8bec77b
--- /dev/null
+++ b/include/linux/dell-led.h
@@ -0,0 +1,10 @@
+#ifndef __DELL_LED_H__
+#define __DELL_LED_H__
+
+enum {
+ DELL_LED_MICMUTE,
+};
+
+int dell_app_wmi_led_set(int whichled, int on);
+
+#endif