summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-11 22:21:08 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-11 22:21:08 +0000
commit766f4bc13745f77fbcd68efc7d689f493c67b833 (patch)
tree1a372a4fc15014535d578b7e4217254e88ca341d /MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
parent8e1ac15ab89d289a42bd687a91b94d1c4284d3f1 (diff)
downloadedk2-766f4bc13745f77fbcd68efc7d689f493c67b833.tar.gz
edk2-766f4bc13745f77fbcd68efc7d689f493c67b833.tar.bz2
edk2-766f4bc13745f77fbcd68efc7d689f493c67b833.zip
Revert all the #pramga(1) related patches to r6434, we need to review all the updates carefully.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6461 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/WatchdogResourceTable.h')
-rw-r--r--MdePkg/Include/IndustryStandard/WatchdogResourceTable.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h b/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
index d1dba4f479..90154b3d3e 100644
--- a/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
+++ b/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
@@ -17,6 +17,11 @@
#include <IndustryStandard/Acpi.h>
+//
+// Ensure proper structure formats
+//
+#pragma pack(1)
+
///
/// Watchdog Resource Table definition.
///
@@ -34,6 +39,8 @@ typedef struct {
UINT8 Units;
} EFI_ACPI_WATCHDOG_RESOURCE_1_0_TABLE;
+#pragma pack()
+
//
// WDRT Revision (defined in spec)
//