acparser.h (30082d0c) acparser.h (27f7c583)
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.78 $
4 * $Revision: 1.81 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2006, Intel Corp.

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

116
117
118#ifndef __ACPARSER_H__
119#define __ACPARSER_H__
120
121
122#define OP_HAS_RETURN_VALUE 1
123
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2006, Intel Corp.

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

116
117
118#ifndef __ACPARSER_H__
119#define __ACPARSER_H__
120
121
122#define OP_HAS_RETURN_VALUE 1
123
124/* variable # arguments */
124/* Variable number of arguments. This field must be 32 bits */
125
126#define ACPI_VAR_ARGS ACPI_UINT32_MAX
127
128
129#define ACPI_PARSE_DELETE_TREE 0x0001
130#define ACPI_PARSE_NO_TREE_DELETE 0x0000
131#define ACPI_PARSE_TREE_MASK 0x0001
132

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

146 *****************************************************************************/
147
148
149/*
150 * psxface - Parser external interfaces
151 */
152ACPI_STATUS
153AcpiPsExecuteMethod (
125
126#define ACPI_VAR_ARGS ACPI_UINT32_MAX
127
128
129#define ACPI_PARSE_DELETE_TREE 0x0001
130#define ACPI_PARSE_NO_TREE_DELETE 0x0000
131#define ACPI_PARSE_TREE_MASK 0x0001
132

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

146 *****************************************************************************/
147
148
149/*
150 * psxface - Parser external interfaces
151 */
152ACPI_STATUS
153AcpiPsExecuteMethod (
154 ACPI_PARAMETER_INFO *Info);
154 ACPI_EVALUATE_INFO *Info);
155
156
157/*
158 * psargs - Parse AML opcode arguments
159 */
160UINT8 *
161AcpiPsGetNextPackageEnd (
162 ACPI_PARSE_STATE *ParserState);

--- 237 unchanged lines hidden ---
155
156
157/*
158 * psargs - Parse AML opcode arguments
159 */
160UINT8 *
161AcpiPsGetNextPackageEnd (
162 ACPI_PARSE_STATE *ParserState);

--- 237 unchanged lines hidden ---