summaryrefslogtreecommitdiff
path: root/source/include/acinterp.h
diff options
context:
space:
mode:
authoraystarik <aystarik>2005-06-29 19:41:25 +0000
committeraystarik <aystarik>2005-06-29 19:41:25 +0000
commit912e8982fb940c6b18aa6ed8d23ca4dd6e60891e (patch)
tree78c0b4db79debf1a522cff36d3771145cc2685dc /source/include/acinterp.h
parent4aa52b7826a348d56bbc2b723245d256fc8f8eef (diff)
downloadacpica-912e8982fb940c6b18aa6ed8d23ca4dd6e60891e.tar.gz
new proto
date 2004.05.21.22.28.00; author rmoore1; state Exp;
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,