diff options
Diffstat (limited to 'include/acoutput.h')
-rw-r--r-- | include/acoutput.h | 3 |
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 */ |