aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2010-07-06 10:02:16 +0800
committerLen Brown <len.brown@intel.com>2010-07-06 22:34:27 -0400
commitddcc6a037c0f9378f29658636a2c2b54c4238ec4 (patch)
tree23067349138429356f4d5d9e16ec02bb4719f791 /include/acpi
parentACPICA: Add support for WDDT - Watchdog Descriptor Table (diff)
downloadlinux-dev-ddcc6a037c0f9378f29658636a2c2b54c4238ec4.tar.xz
linux-dev-ddcc6a037c0f9378f29658636a2c2b54c4238ec4.zip
ACPICA: Update debug output components
Add data table compiler output component Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acoutput.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h
index 5e952262d6ee..bc4a6deb73b0 100644
--- a/include/acpi/acoutput.h
+++ b/include/acpi/acoutput.h
@@ -71,8 +71,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 */