repo.or.cz
/
linux-2.6
/
linux-2.6-openrd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tracing: fix the block trace points print size
[linux-2.6/linux-2.6-openrd.git]
/
drivers
/
macintosh
/
via-pmu-event.h
blob
72c54de408e836ec0f822eac2e0e05fc30bd6b2c
1
#ifndef __VIA_PMU_EVENT_H
2
#define __VIA_PMU_EVENT_H
3
4
#define PMU_EVT_POWER 0
5
#define PMU_EVT_LID 1
6
extern
void
via_pmu_event
(
int
key
,
int
down
);
7
8
#endif
/* __VIA_PMU_EVENT_H */