diff options
Diffstat (limited to 'include/acpi/actbl1.h')
-rw-r--r-- | include/acpi/actbl1.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index dfb0fb577d97..d38f9be2f6ee 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h | |||
@@ -311,6 +311,10 @@ struct acpi_table_dmar { | |||
311 | u8 reserved[10]; | 311 | u8 reserved[10]; |
312 | }; | 312 | }; |
313 | 313 | ||
314 | /* Flags */ | ||
315 | |||
316 | #define ACPI_DMAR_INTR_REMAP (1) | ||
317 | |||
314 | /* DMAR subtable header */ | 318 | /* DMAR subtable header */ |
315 | 319 | ||
316 | struct acpi_dmar_header { | 320 | struct acpi_dmar_header { |