summaryrefslogtreecommitdiff
path: root/source/include/acinterp.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acinterp.h')
-rw-r--r--source/include/acinterp.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/include/acinterp.h b/source/include/acinterp.h
index 9b56f530a..5d2b51ea5 100644
--- a/source/include/acinterp.h
+++ b/source/include/acinterp.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acinterp.h - Interpreter subcomponent prototypes and defines
- * $Revision: 1.148 $
+ * $Revision: 1.149 $
*
*****************************************************************************/
@@ -191,6 +191,12 @@ AcpiExConvertToAscii (
*/
ACPI_STATUS
+AcpiExCommonBufferSetup (
+ ACPI_OPERAND_OBJECT *ObjDesc,
+ UINT32 BufferLength,
+ UINT32 *DatumCount);
+
+ACPI_STATUS
AcpiExExtractFromField (
ACPI_OPERAND_OBJECT *ObjDesc,
void *Buffer,