Deleted Added
full compact
acparser.h (91116) acparser.h (99679)
1/******************************************************************************
2 *
3 * Module Name: acparser.h - AML Parser subcomponent prototypes and defines
1/******************************************************************************
2 *
3 * Module Name: acparser.h - AML Parser subcomponent prototypes and defines
4 * $Revision: 58 $
4 * $Revision: 59 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.

--- 207 unchanged lines hidden (view full) ---

220
221
222/* psparse - top level parsing routines */
223
224UINT32
225AcpiPsGetOpcodeSize (
226 UINT32 Opcode);
227
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.

--- 207 unchanged lines hidden (view full) ---

220
221
222/* psparse - top level parsing routines */
223
224UINT32
225AcpiPsGetOpcodeSize (
226 UINT32 Opcode);
227
228BOOLEAN
228void
229AcpiPsCompleteThisOp (
230 ACPI_WALK_STATE *WalkState,
231 ACPI_PARSE_OBJECT *Op);
232
233ACPI_STATUS
234AcpiPsNextParseState (
235 ACPI_WALK_STATE *WalkState,
236 ACPI_PARSE_OBJECT *Op,

--- 178 unchanged lines hidden ---
229AcpiPsCompleteThisOp (
230 ACPI_WALK_STATE *WalkState,
231 ACPI_PARSE_OBJECT *Op);
232
233ACPI_STATUS
234AcpiPsNextParseState (
235 ACPI_WALK_STATE *WalkState,
236 ACPI_PARSE_OBJECT *Op,

--- 178 unchanged lines hidden ---