mirror of
https://github.com/acpica/acpica/
synced 2025-01-16 14:29:18 +03:00
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:
parent
1fec075d21
commit
fb74dc30c5
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user