Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
630a2ef354bb569e84a874ec59f45f82c6c5ff04
/
.
/
include
/
linux
/
dell-led.h
blob: 7009b8bec77bb4bb305b79c4c1c8437ba61d7078 [
file
] [
log
] [
blame
]
Alex Hung
db6d8cc
2014-03-26 02:27:02 -0700
[
diff
] [
blame
]
1
#ifndef
__DELL_LED_H__
2
#define
__DELL_LED_H__
3
4
enum
{
5
DELL_LED_MICMUTE
,
6
};
7
8
int
dell_app_wmi_led_set
(
int
whichled
,
int
on
);
9
10
#endif