summaryrefslogtreecommitdiff
path: root/source/include/acnamesp.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-02-06 10:37:37 -0800
committerRobert Moore <Robert.Moore@intel.com>2013-02-06 10:37:37 -0800
commit531315ec8280dd2fcf12aa9572b7414a62a115b1 (patch)
tree1a780964feb269a15764f0236b01a297872ea03f /source/include/acnamesp.h
parent41a78571bae8e6a83d0f865eea34e7aadc5e8285 (diff)
Return object repair: Add resource template repairs.
Fixes several possible problems with resource templates returned by _CRS/_PRS/_DMA predefined names. Lv Zheng.
Diffstat (limited to 'source/include/acnamesp.h')
-rw-r--r--source/include/acnamesp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/acnamesp.h b/source/include/acnamesp.h
index 48170d8f7..f49c65fa4 100644
--- a/source/include/acnamesp.h
+++ b/source/include/acnamesp.h
@@ -298,6 +298,11 @@ AcpiNsConvertToUnicode (
ACPI_OPERAND_OBJECT *OriginalObject,
ACPI_OPERAND_OBJECT **ReturnObject);
+ACPI_STATUS
+AcpiNsConvertToResource (
+ ACPI_OPERAND_OBJECT *OriginalObject,
+ ACPI_OPERAND_OBJECT **ReturnObject);
+
/*
* nsdump - Namespace dump/print utilities