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
This commit is contained in:
qhuang8 2008-03-27 04:30:20 +00:00
parent e104fc15dc
commit 712c07231e
1 changed files with 1 additions and 0 deletions

View File

@ -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;