Deleted Added
full compact
amlcode.h (69746) amlcode.h (70243)
1/******************************************************************************
2 *
3 * Name: amlcode.h - Definitions for AML, as included in "definition blocks"
4 * Declarations and definitions contained herein are derived
5 * directly from the ACPI specification.
1/******************************************************************************
2 *
3 * Name: amlcode.h - Definitions for AML, as included in "definition blocks"
4 * Declarations and definitions contained herein are derived
5 * directly from the ACPI specification.
6 * $Revision: 42 $
6 * $Revision: 43 $
7 *
8 *****************************************************************************/
9
10/******************************************************************************
11 *
12 * 1. Copyright Notice
13 *
7 *
8 *****************************************************************************/
9
10/******************************************************************************
11 *
12 * 1. Copyright Notice
13 *
14 * Some or all of this work - Copyright (c) 1999, Intel Corp. All rights
15 * reserved.
14 * Some or all of this work - Copyright (c) 1999, 2000, Intel Corp.
15 * All rights reserved.
16 *
17 * 2. License
18 *
19 * 2.1. This is your license from Intel Corp. under its intellectual property
20 * rights. You may have additional license terms from the party that provided
21 * you this software, covering your right to use that party's intellectual
22 * property rights.
23 *

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

461
462
463/* bit fields in MethodFlags byte */
464
465#define METHOD_FLAGS_ARG_COUNT 0x07
466#define METHOD_FLAGS_SERIALIZED 0x08
467
468
16 *
17 * 2. License
18 *
19 * 2.1. This is your license from Intel Corp. under its intellectual property
20 * rights. You may have additional license terms from the party that provided
21 * you this software, covering your right to use that party's intellectual
22 * property rights.
23 *

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

461
462
463/* bit fields in MethodFlags byte */
464
465#define METHOD_FLAGS_ARG_COUNT 0x07
466#define METHOD_FLAGS_SERIALIZED 0x08
467
468
469
470
471/* Array sizes. Used for range checking also */
472
473#define NUM_REGION_TYPES 7
474#define NUM_ACCESS_TYPES 7
475#define NUM_UPDATE_RULES 3
476#define NUM_MATCH_OPS 7
477#define NUM_OPCODES 256
478#define NUM_FIELD_NAMES 2

--- 19 unchanged lines hidden ---
469/* Array sizes. Used for range checking also */
470
471#define NUM_REGION_TYPES 7
472#define NUM_ACCESS_TYPES 7
473#define NUM_UPDATE_RULES 3
474#define NUM_MATCH_OPS 7
475#define NUM_OPCODES 256
476#define NUM_FIELD_NAMES 2

--- 19 unchanged lines hidden ---