diff options
Diffstat (limited to 'include/amlcode.h')
| -rw-r--r-- | include/amlcode.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/amlcode.h b/include/amlcode.h index 0a07bd5b3fc98..f6e0de3b35cb9 100644 --- a/include/amlcode.h +++ b/include/amlcode.h @@ -402,24 +402,6 @@ #define AML_CLASS_UNKNOWN 0x0A -/* Predefined Operation Region SpaceIDs */ - -typedef enum -{ - REGION_MEMORY = 0, - REGION_IO, - REGION_PCI_CONFIG, - REGION_EC, - REGION_SMBUS, - REGION_CMOS, - REGION_PCI_BAR, - REGION_IPMI, - REGION_DATA_TABLE, /* Internal use only */ - REGION_FIXED_HW = 0x7F - -} AML_REGION_TYPES; - - /* Comparison operation codes for MatchOp operator */ typedef enum |
