X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FInclude%2FIndustryStandard%2Fpci30.h;h=446cea4f699f454596790cd3848b7241bfaa7550;hp=1a9219b3777e345be3fd5231f0afbc282145f473;hb=88b6bcec9df37bff0ef2a7ef62b28cf80c39b219;hpb=286f1bd2a99c6ceee37864da4e923986c287aa2e 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