Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
via-pmu-event.h
Go to the documentation of this file.
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 */