Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / include / linux / dell-led.h
blob7009b8bec77bb4bb305b79c4c1c8437ba61d7078
1 #ifndef __DELL_LED_H__
2 #define __DELL_LED_H__
4 enum {
5 DELL_LED_MICMUTE,
6 };
8 int dell_app_wmi_led_set(int whichled, int on);
10 #endif