summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard/Pci22.h
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 06:31:22 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 06:31:22 +0000
commit373b5cf97cc650d2e81d4909ff5327b6ce0b6c26 (patch)
tree450d935834d97058e23e6f9fd524f2d8967f4f9f /MdePkg/Include/IndustryStandard/Pci22.h
parentf824f71e4bf6f81d1ecbe652f3c313222c1e3c01 (diff)
downloadedk2-373b5cf97cc650d2e81d4909ff5327b6ce0b6c26.zip
edk2-373b5cf97cc650d2e81d4909ff5327b6ce0b6c26.tar.gz
edk2-373b5cf97cc650d2e81d4909ff5327b6ce0b6c26.tar.bz2
Code Scrub the common includes in MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5493 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Pci22.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Pci22.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/IndustryStandard/Pci22.h b/MdePkg/Include/IndustryStandard/Pci22.h
index 3007075..b1c66e8 100644
--- a/MdePkg/Include/IndustryStandard/Pci22.h
+++ b/MdePkg/Include/IndustryStandard/Pci22.h
@@ -27,7 +27,7 @@
//
#define PCI_VGA_PALETTE_SNOOP_DISABLED 0x20
-#pragma pack(push, 1)
+#pragma pack(1)
typedef struct {
UINT16 VendorId;
UINT16 DeviceId;
@@ -569,6 +569,6 @@ typedef union {
EFI_LEGACY_EXPANSION_ROM_HEADER *PcAt;
} EFI_PCI_ROM_HEADER;
-#pragma pack(pop)
+#pragma pack()
#endif