new proto

date	2004.05.21.22.28.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:41:25 +00:00
parent 4aa52b7826
commit 912e8982fb

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acinterp.h - Interpreter subcomponent prototypes and defines
* $Revision: 1.148 $
* $Revision: 1.149 $
*
*****************************************************************************/
@ -190,6 +190,12 @@ AcpiExConvertToAscii (
* exfield - ACPI AML (p-code) execution - field manipulation
*/
ACPI_STATUS
AcpiExCommonBufferSetup (
ACPI_OPERAND_OBJECT *ObjDesc,
UINT32 BufferLength,
UINT32 *DatumCount);
ACPI_STATUS
AcpiExExtractFromField (
ACPI_OPERAND_OBJECT *ObjDesc,