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.12-rc7 6 lines 89 B view raw
1#ifndef __DELL_LED_H__ 2#define __DELL_LED_H__ 3 4int dell_micmute_led_set(int on); 5 6#endif