summaryrefslogtreecommitdiff
path: root/include/acoutput.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-07-06 17:18:05 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-07-06 17:18:05 +0000
commit6d31afa8e3ab79bfa6c97c341af73f4fc093351a (patch)
tree514e3ade7be23ac83127870abf009b5e5ae1d36f /include/acoutput.h
parentf2bf96d30fe08965ffd53a28099131ac030e43d5 (diff)
downloadsrc-test2-6d31afa8e3ab79bfa6c97c341af73f4fc093351a.tar.gz
src-test2-6d31afa8e3ab79bfa6c97c341af73f4fc093351a.zip
Notes
Diffstat (limited to 'include/acoutput.h')
-rw-r--r--include/acoutput.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acoutput.h b/include/acoutput.h
index 8fca0de33953..61884f14d225 100644
--- a/include/acoutput.h
+++ b/include/acoutput.h
@@ -143,8 +143,9 @@
#define ACPI_TOOLS 0x00002000
#define ACPI_EXAMPLE 0x00004000
#define ACPI_DRIVER 0x00008000
+#define DT_COMPILER 0x00010000
-#define ACPI_ALL_COMPONENTS 0x0000FFFF
+#define ACPI_ALL_COMPONENTS 0x0001FFFF
#define ACPI_COMPONENT_DEFAULT (ACPI_ALL_COMPONENTS)
/* Component IDs reserved for ACPI drivers */