repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
macintosh
/
via-pmu-event.h
blob
5e52109eb9a6ff39c94d87c05319722829975105
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __VIA_PMU_EVENT_H
3
#define __VIA_PMU_EVENT_H
4
5
#define PMU_EVT_POWER 0
6
#define PMU_EVT_LID 1
7
extern
void
via_pmu_event
(
int
key
,
int
down
);
8
9
#endif
/* __VIA_PMU_EVENT_H */