diff options
Diffstat (limited to 'MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h')
-rw-r--r-- | MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h b/MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h index bb6c25740e..ef1fe149cf 100644 --- a/MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h +++ b/MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h @@ -34,8 +34,6 @@ typedef struct { UINT8 PageProtectionAndOemAttribute;
} EFI_ACPI_HIGH_PRECISION_EVENT_TIMER_TABLE_HEADER;
-#pragma pack()
-
///
/// HPET Revision (defined in spec)
///
@@ -49,4 +47,6 @@ typedef struct { #define EFI_ACPI_4KB_PAGE_PROTECTION 1
#define EFI_ACPI_64KB_PAGE_PROTECTION 2
+#pragma pack()
+
#endif
|