mirror of https://github.com/acidanthera/audk.git
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:
parent
e104fc15dc
commit
712c07231e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue