forked from right-0903/kc57_battery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wmi.h
24 lines (17 loc) · 749 Bytes
/
wmi.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-License-Identifier: GPL-2.0
#ifndef KC57_LAPTOP_WMI_H
#define KC57_LAPTOP_WMI_H
/* ========================================================================== */
/* WMI methods */
/* AcpiTest_MULong */
#define KC57_WMI_WMBC_GUID "ABBC0F6F-8EA1-11D1-00A0-C90629100000"
#define KC57_WMBC_GETSETULONG_ID 4
/* ========================================================================== */
/* WMI events */
/* AcpiTest_EventULong */
#define KC57_WMI_EVENT0_GUID "ABBC0F72-8EA1-11D1-00A0-C90629100000"
/* AcpiTest_EventString */
#define KC57_WMI_EVENT1_GUID "ABBC0F71-8EA1-11D1-00A0-C90629100000"
/* AcpiTest_EventPackage */
#define KC57_WMI_EVENT2_GUID "ABBC0F70-8EA1-11D1-00A0-C90629100000"
#endif /* KC57_LAPTOP_WMI_H */