Clean ECP for build failure.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6760 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24
2008-11-27 07:58:15 +00:00
parent 286f1bd2a9
commit 88b6bcec9d
14 changed files with 36 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ Revision History
//#include "pci23.h"
//#include "pci30.h"
#pragma pack(push, 1)
#pragma pack(1)
typedef struct {
UINT8 Register;
@@ -59,6 +59,6 @@ typedef union {
EFI_LEGACY_EXPANSION_ROM_HEADER *PcAt;
} EFI_PCI_ROM_HEADER;
#pragma pack(pop)
#pragma pack()
#endif