repo.or.cz
/
linux-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()
[linux-stable.git]
/
include
/
linux
/
thinkpad_acpi.h
blob
361de59a2285cdecd6a0f3f4a89ba58fb096d772
1
#ifndef __THINKPAD_ACPI_H__
2
#define __THINKPAD_ACPI_H__
3
4
/* These two functions return 0 if success, or negative error code
5
(e g -ENODEV if no led present) */
6
7
enum
{
8
TPACPI_LED_MUTE
,
9
TPACPI_LED_MICMUTE
,
10
TPACPI_LED_MAX
,
11
};
12
13
int
tpacpi_led_set
(
int
whichled
,
bool
on
);
14
15
#endif