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

@@ -35,7 +35,7 @@ Abstract:
0x9576e91, 0x6d3f, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} \
}
#pragma pack(push, 1)
#pragma pack(1)
typedef struct {
UINT8 Type;
@@ -43,7 +43,7 @@ typedef struct {
UINT8 Length[2];
} EFI_DEVICE_PATH_PROTOCOL;
#pragma pack(pop)
#pragma pack()
#define EFI_END_ENTIRE_DEVICE_PATH 0xff
#define EFI_END_ENTIRE_DEVICE_PATH_SUBTYPE 0xff