Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.9-rc8 10 lines 133 B view raw
1#ifndef __DELL_LED_H__ 2#define __DELL_LED_H__ 3 4enum { 5 DELL_LED_MICMUTE, 6}; 7 8int dell_app_wmi_led_set(int whichled, int on); 9 10#endif