summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-27 04:30:20 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-27 04:30:20 +0000
commit712c07231e8e217fc56209d200f135bcb4b0fa93 (patch)
tree250878494001501ff6aa1bf3fbe2379f534c76dd /EdkCompatibilityPkg
parente104fc15dcb3788348fd0a7659712f1497700905 (diff)
downloadedk2-712c07231e8e217fc56209d200f135bcb4b0fa93.zip
edk2-712c07231e8e217fc56209d200f135bcb4b0fa93.tar.gz
edk2-712c07231e8e217fc56209d200f135bcb4b0fa93.tar.bz2
Add definition: EFI_ACPI_DMAR_TABLE_FLAGS_INTR_REMAP_CLEAR.
EFI_ACPI_DMAR_TABLE_FLAGS_INTR_REMAP_SET has already been defined in this file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4953 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r--EdkCompatibilityPkg/Foundation/Include/IndustryStandard/DMARemappingReportingTable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/DMARemappingReportingTable.h b/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/DMARemappingReportingTable.h
index 78162c4..f14655b 100644
--- a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/DMARemappingReportingTable.h
+++ b/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/DMARemappingReportingTable.h
@@ -130,6 +130,7 @@ typedef union {
//
// Definition for DMA-Remapping Reporting ACPI Table
//
+#define EFI_ACPI_DMAR_TABLE_FLAGS_INTR_REMAP_CLEAR 0x00
#define EFI_ACPI_DMAR_TABLE_FLAGS_INTR_REMAP_SET 0x01
typedef struct {
EFI_ACPI_DESCRIPTION_HEADER Header;