https://github.com/torvalds/linux
Raw File
Tip revision: 79a3aaa7b82e3106be97842dedfd8429248896e6 authored by Linus Torvalds on 31 March 2019, 21:39:29 UTC
Linux 5.1-rc3
Tip revision: 79a3aaa
via-pmu-event.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 */
back to top