Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[deliverable/linux.git] / include / linux / dell-led.h
1 #ifndef __DELL_LED_H__
2 #define __DELL_LED_H__
3
4 enum {
5 DELL_LED_MICMUTE,
6 };
7
8 int dell_app_wmi_led_set(int whichled, int on);
9
10 #endif
This page took 0.035175 seconds and 6 git commands to generate.