diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-27 07:58:15 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-27 07:58:15 +0000 |
commit | 88b6bcec9df37bff0ef2a7ef62b28cf80c39b219 (patch) | |
tree | 0276fcd98e31a622c697daede93924b3249550bf /EdkCompatibilityPkg/Foundation/Include/IndustryStandard | |
parent | 286f1bd2a99c6ceee37864da4e923986c287aa2e (diff) | |
download | edk2-platforms-88b6bcec9df37bff0ef2a7ef62b28cf80c39b219.tar.xz |
Clean ECP for build failure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6760 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Include/IndustryStandard')
3 files changed, 6 insertions, 6 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/LegacyBiosMpTable.h b/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/LegacyBiosMpTable.h index bf484a7541..ecaece1d1c 100644 --- a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/LegacyBiosMpTable.h +++ b/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/LegacyBiosMpTable.h @@ -28,7 +28,7 @@ Abstract: //
// Define MP table structures. All are packed.
//
-#pragma pack(push, 1)
+#pragma pack(1)
#define EFI_LEGACY_MP_TABLE_FLOATING_POINTER_SIGNATURE EFI_SIGNATURE_32 ('_', 'M', 'P', '_')
typedef struct {
@@ -278,6 +278,6 @@ typedef struct { UINT32 PredefinedRangeList;
} EFI_LEGACY_MP_TABLE_ENTRY_EXT_COMPAT_BUS_ADDR_SPACE_MODIFIER;
-#pragma pack(pop)
+#pragma pack()
#endif
diff --git a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/pci22.h b/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/pci22.h index 77aebb69e6..f047e629bc 100644 --- a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/pci22.h +++ b/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/pci22.h @@ -35,7 +35,7 @@ Revision History //
#define PCI_VGA_PALETTE_SNOOP_DISABLED 0x20
-#pragma pack(push, 1)
+#pragma pack(1)
typedef struct {
UINT16 VendorId;
UINT16 DeviceId;
@@ -544,7 +544,7 @@ typedef struct { #define PCI_BAR_IDX5 0x05
#define PCI_BAR_ALL 0xFF
-#pragma pack(pop)
+#pragma pack()
//
// NOTE: The following header files are included here for
diff --git a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/pci30.h b/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/pci30.h index 1a9219b377..446cea4f69 100644 --- a/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/pci30.h +++ b/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/pci30.h @@ -28,7 +28,7 @@ Revision History #define PCI_CLASS_MASS_STORAGE_SATADPA 0x06
#define PCI_CLASS_MASS_STORAGE_AHCI PCI_CLASS_MASS_STORAGE_SATADPA
-#pragma pack(push, 1)
+#pragma pack(1)
typedef struct {
UINT32 Signature; // "PCIR"
@@ -47,6 +47,6 @@ typedef struct { UINT16 DMTFCLPEntryPointOffset;
} PCI_3_0_DATA_STRUCTURE;
-#pragma pack(pop)
+#pragma pack()
#endif
|