diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-27 04:30:20 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-27 04:30:20 +0000 |
commit | 712c07231e8e217fc56209d200f135bcb4b0fa93 (patch) | |
tree | 250878494001501ff6aa1bf3fbe2379f534c76dd /EdkCompatibilityPkg/Foundation/Include | |
parent | e104fc15dcb3788348fd0a7659712f1497700905 (diff) | |
download | edk2-platforms-712c07231e8e217fc56209d200f135bcb4b0fa93.tar.xz |
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/Foundation/Include')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Include/IndustryStandard/DMARemappingReportingTable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/DMARemappingReportingTable.h b/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/DMARemappingReportingTable.h index 78162c4196..f14655b001 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;
|