Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.13 8 lines 177 B view raw
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 6extern void via_pmu_event(int key, int down); 7 8#endif /* __VIA_PMU_EVENT_H */