repo.or.cz
/
hh.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync hh.org
[hh.org.git]
/
arch
/
arm
/
mach-pxa
/
himalaya
/
himalaya_leds.h
blob
4adbb99f45c2cadf3d6c93e34e683f908421ff83
1
enum
led_color
{
2
BLUE_LED
,
3
GREEN_LED
,
4
YELLOW_LED
,
5
RED_LED
6
};
7
8
void
himalaya_set_led
(
enum
led_color color
,
int
duty_time
,
int
cycle_time
);
9