cregit-Linux how code gets into the kernel

Release 4.7 include/linux/thinkpad_acpi.h

Directory: include/linux
#ifndef __THINKPAD_ACPI_H__

#define __THINKPAD_ACPI_H__

/* These two functions return 0 if success, or negative error code
   (e g -ENODEV if no led present) */

enum {
	
TPACPI_LED_MUTE,
	
TPACPI_LED_MICMUTE,
	
TPACPI_LED_MAX,
};

int tpacpi_led_set(int whichled, bool on);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
david henningssondavid henningsson28100.00%1100.00%
Total28100.00%1100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}