repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
include
/
linux
/
dell-led.h
blob
7009b8bec77bb4bb305b79c4c1c8437ba61d7078
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