summaryrefslogtreecommitdiff
path: root/source/common/ahpredef.c
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2017-03-02 16:52:43 -0800
committerErik Schmauss <erik.schmauss@intel.com>2017-03-07 12:43:10 -0800
commit8e425bdd9fa27264c217a3a449eb3c2da3769542 (patch)
treebd98d58138b389761d87876e60840b94016f7350 /source/common/ahpredef.c
parent89020347ada3f0ff5499a804178d574359e4730f (diff)
downloadacpica-8e425bdd9fa27264c217a3a449eb3c2da3769542.tar.gz
Add support for _LSW as a predefined method.
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'source/common/ahpredef.c')
-rw-r--r--source/common/ahpredef.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/common/ahpredef.c b/source/common/ahpredef.c
index 9ae7179e9..c1548be06 100644
--- a/source/common/ahpredef.c
+++ b/source/common/ahpredef.c
@@ -289,6 +289,7 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] =
AH_PREDEF ("_LPI", "Low Power Idle States", "Returns a list of supported low power idle states"),
AH_PREDEF ("_LSI", "Label Storage Information", "Returns information about the Label Storage Area associated with the NVDIMM object."),
AH_PREDEF ("_LSR", "Label Storage Read", "Returns label data from the Label Storage Area of the NVDIMM object."),
+ AH_PREDEF ("_LSW", "Label Storage Write", "Writes label data in to the Label Storage Area of the NVDIMM object."),
AH_PREDEF ("_MAF", "Maximum Address Fixed", "Resource Descriptor field"),
AH_PREDEF ("_MAT", "Multiple APIC Table Entry", "Returns a list of MADT APIC structure entries"),
AH_PREDEF ("_MAX", "Maximum Base Address", "Resource Descriptor field"),