diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-10 02:48:42 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-10 02:48:42 +0000 |
commit | 55c11cc8923b1f76c6d47769fe56f3fa8730e326 (patch) | |
tree | 2a6832d29b2ac15d74d099090171873b39e03c26 /MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h | |
parent | 5cd6c13b9083d3456ed9f29ca1fb700d6923b0f4 (diff) | |
download | edk2-platforms-55c11cc8923b1f76c6d47769fe56f3fa8730e326.tar.xz |
remove un-necessary #pragma pack(1) and clean up doxgen format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6435 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h')
-rw-r--r-- | MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h b/MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h index ef2462e654..13a0b90768 100644 --- a/MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h +++ b/MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h @@ -16,11 +16,6 @@ #include <IndustryStandard/Acpi.h>
-//
-// Ensure proper structure formats
-//
-#pragma pack (1)
-
///
/// Information Record header that appears at the beginning of each record
///
@@ -141,6 +136,4 @@ typedef EFI_ACPI_DESCRIPTION_HEADER EFI_ACPI_ASF_DESCRIPTION_HEADER; ///
#define EFI_ACPI_ASF_DESCRIPTION_TABLE_SIGNATURE SIGNATURE_32 ('A', 'S', 'F', '!')
-#pragma pack ()
-
-#endif // _ALERT_STANDARD_FORMAT_TABLE_H
+#endif
|