acresrc.h (27f7c583) acresrc.h (db2bae30)
1/******************************************************************************
2 *
3 * Name: acresrc.h - Resource Manager function prototypes
1/******************************************************************************
2 *
3 * Name: acresrc.h - Resource Manager function prototypes
4 * $Revision: 1.59 $
4 * $Revision: 1.62 $
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.

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

165#define ACPI_RSC_DATA8 13
166#define ACPI_RSC_ADDRESS 14
167#define ACPI_RSC_SOURCE 15
168#define ACPI_RSC_SOURCEX 16
169#define ACPI_RSC_BITMASK 17
170#define ACPI_RSC_BITMASK16 18
171#define ACPI_RSC_EXIT_NE 19
172#define ACPI_RSC_EXIT_LE 20
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.

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

165#define ACPI_RSC_DATA8 13
166#define ACPI_RSC_ADDRESS 14
167#define ACPI_RSC_SOURCE 15
168#define ACPI_RSC_SOURCEX 16
169#define ACPI_RSC_BITMASK 17
170#define ACPI_RSC_BITMASK16 18
171#define ACPI_RSC_EXIT_NE 19
172#define ACPI_RSC_EXIT_LE 20
173#define ACPI_RSC_EXIT_EQ 21
173
174/* Resource Conversion sub-opcodes */
175
176#define ACPI_RSC_COMPARE_AML_LENGTH 0
177#define ACPI_RSC_COMPARE_VALUE 1
178
179#define ACPI_RSC_TABLE_SIZE(d) (sizeof (d) / sizeof (ACPI_RSCONVERT_INFO))
180

--- 285 unchanged lines hidden ---
174
175/* Resource Conversion sub-opcodes */
176
177#define ACPI_RSC_COMPARE_AML_LENGTH 0
178#define ACPI_RSC_COMPARE_VALUE 1
179
180#define ACPI_RSC_TABLE_SIZE(d) (sizeof (d) / sizeof (ACPI_RSCONVERT_INFO))
181

--- 285 unchanged lines hidden ---