Linux 4.19-rc7
[linux-2.6/btrfs-unstable.git] / include / linux / thinkpad_acpi.h
blob9fb317970c0128f7ad50a4abba7ac8582207fb8c
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __THINKPAD_ACPI_H__
3 #define __THINKPAD_ACPI_H__
5 /* These two functions return 0 if success, or negative error code
6 (e g -ENODEV if no led present) */
8 enum {
9 TPACPI_LED_MUTE,
10 TPACPI_LED_MICMUTE,
11 TPACPI_LED_MAX,
14 int tpacpi_led_set(int whichled, bool on);
16 #endif