Field support update - restructure for > 32-bit support for all field

types.  Cleanup of field types


date	2001.04.06.23.12.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:30:31 +00:00
parent 1fec075d21
commit fb74dc30c5

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acdispat.h - dispatcher (parser to interpreter interface)
* $Revision: 1.38 $
* $Revision: 1.39 $
*
*****************************************************************************/
@ -149,7 +149,7 @@ AcpiDsObjStackPopObject (
/* dsopcode - support for late evaluation */
ACPI_STATUS
AcpiDsGetFieldUnitArguments (
AcpiDsGetBufferFieldArguments (
ACPI_OPERAND_OBJECT *ObjDesc);
ACPI_STATUS
@ -393,7 +393,7 @@ AcpiDsCreateNode (
/* dsregn - Parser/Interpreter interface - Op Region parsing */
ACPI_STATUS
AcpiDsEvalFieldUnitOperands (
AcpiDsEvalBufferFieldOperands (
ACPI_WALK_STATE *WalkState,
ACPI_PARSE_OBJECT *Op);