aboutsummaryrefslogtreecommitdiff
path: root/include/amlcode.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2011-04-13 18:18:52 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2011-04-13 18:18:52 +0000
commit997de4e17cf02a81027df8d01a4fcefe25da3796 (patch)
treef5abd67cc9e3ada1ae289fe7cf2e23d9abf07fcc /include/amlcode.h
parent4d8fe534b7309d798d941e14e51985eed6b511bc (diff)
Notes
Diffstat (limited to 'include/amlcode.h')
-rw-r--r--include/amlcode.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/amlcode.h b/include/amlcode.h
index 0a07bd5b3fc9..f6e0de3b35cb 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