Initial support for DataTable Regions

date	2001.12.04.18.00.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:19:11 +00:00
parent 346dfd2c40
commit 97ee714e81

View File

@ -3,7 +3,7 @@
* Name: amlcode.h - Definitions for AML, as included in "definition blocks"
* Declarations and definitions contained herein are derived
* directly from the ACPI specification.
* $Revision: 1.62 $
* $Revision: 1.63 $
*
*****************************************************************************/
@ -460,6 +460,7 @@ typedef enum
REGION_SMBUS,
REGION_CMOS,
REGION_PCI_BAR,
REGION_DATA_TABLE, /* Internal use only */
REGION_FIXED_HW = 0x7F,
} AML_REGION_TYPES;