Welcome to mirror list, hosted at ThFree Co, Russian Federation.

via-pmu-event.h « macintosh « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72c54de408e836ec0f822eac2e0e05fc30bd6b2c (plain)
1
2
3
4
5
6
7
8
#ifndef __VIA_PMU_EVENT_H
#define __VIA_PMU_EVENT_H

#define PMU_EVT_POWER	0
#define PMU_EVT_LID	1
extern void via_pmu_event(int key, int down);

#endif /* __VIA_PMU_EVENT_H */