mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 08:54:16 +03:00
Initial support for DataTable Regions
date 2001.12.04.18.00.00; author rmoore1; state Exp;
This commit is contained in:
parent
346dfd2c40
commit
97ee714e81
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user