spec(reimaden): add platform support kernel module
This commit is contained in:
parent
fab58335a8
commit
d7f7f85e1d
26 changed files with 2071 additions and 0 deletions
24
spec/reimaden/ac71/wmi.h
Normal file
24
spec/reimaden/ac71/wmi.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#ifndef AC71_LAPTOP_WMI_H
|
||||
#define AC71_LAPTOP_WMI_H
|
||||
|
||||
/* ========================================================================== */
|
||||
/* WMI methods */
|
||||
|
||||
/* AcpiTest_MULong */
|
||||
#define AC71_WMI_WMBC_GUID "ABBC0F6F-8EA1-11D1-00A0-C90629100000"
|
||||
#define AC71_WMBC_GETSETULONG_ID 4
|
||||
|
||||
/* ========================================================================== */
|
||||
/* WMI events */
|
||||
|
||||
/* AcpiTest_EventULong */
|
||||
#define AC71_WMI_EVENT0_GUID "ABBC0F72-8EA1-11D1-00A0-C90629100000"
|
||||
|
||||
/* AcpiTest_EventString */
|
||||
#define AC71_WMI_EVENT1_GUID "ABBC0F71-8EA1-11D1-00A0-C90629100000"
|
||||
|
||||
/* AcpiTest_EventPackage */
|
||||
#define AC71_WMI_EVENT2_GUID "ABBC0F70-8EA1-11D1-00A0-C90629100000"
|
||||
|
||||
#endif /* AC71_LAPTOP_WMI_H */
|
Loading…
Add table
Add a link
Reference in a new issue