acparser.h (27f7c583) acparser.h (db2bae30)
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: 1.81 $
4 * $Revision: 1.84 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2006, Intel Corp.
12 * Some or all of this work - Copyright (c) 1999 - 2008, Intel Corp.
13 * All rights reserved.
14 *
15 * 2. License
16 *
17 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * rights. You may have additional license terms from the party that provided
19 * you this software, covering your right to use that party's intellectual
20 * property rights.

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

206const ACPI_OPCODE_INFO *
207AcpiPsGetOpcodeInfo (
208 UINT16 Opcode);
209
210char *
211AcpiPsGetOpcodeName (
212 UINT16 Opcode);
213
13 * All rights reserved.
14 *
15 * 2. License
16 *
17 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * rights. You may have additional license terms from the party that provided
19 * you this software, covering your right to use that party's intellectual
20 * property rights.

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

206const ACPI_OPCODE_INFO *
207AcpiPsGetOpcodeInfo (
208 UINT16 Opcode);
209
210char *
211AcpiPsGetOpcodeName (
212 UINT16 Opcode);
213
214UINT8
215AcpiPsGetArgumentCount (
216 UINT32 OpType);
214
217
218
215/*
216 * psparse - top level parsing routines
217 */
218ACPI_STATUS
219AcpiPsParseAml (
220 ACPI_WALK_STATE *WalkState);
221
222UINT32

--- 177 unchanged lines hidden ---
219/*
220 * psparse - top level parsing routines
221 */
222ACPI_STATUS
223AcpiPsParseAml (
224 ACPI_WALK_STATE *WalkState);
225
226UINT32

--- 177 unchanged lines hidden ---