projects
/
platform
/
kernel
/
linux-exynos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-exynos.git]
/
drivers
/
macintosh
/
via-pmu-event.h
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 */