diff options
Diffstat (limited to 'MdePkg/Include/IndustryStandard/WatchdogActionTable.h')
-rw-r--r-- | MdePkg/Include/IndustryStandard/WatchdogActionTable.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MdePkg/Include/IndustryStandard/WatchdogActionTable.h b/MdePkg/Include/IndustryStandard/WatchdogActionTable.h index f2026ecd87..e94061383d 100644 --- a/MdePkg/Include/IndustryStandard/WatchdogActionTable.h +++ b/MdePkg/Include/IndustryStandard/WatchdogActionTable.h @@ -18,10 +18,6 @@ #include <IndustryStandard/Acpi.h>
-//
-// Ensure proper structure formats
-//
-#pragma pack(1)
///
/// Watchdog Action Table definition.
///
@@ -53,8 +49,6 @@ typedef struct { UINT32 Mask;
} EFI_ACPI_WATCHDOG_ACTION_1_0_WATCHDOG_ACTION_INSTRUCTION_ENTRY;
-#pragma pack()
-
///
/// WDAT Revision (defined in spec)
///
|