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

@@ -50,7 +50,7 @@ EFI_FORWARD_DECLARATION (EFI_TCG_PROTOCOL);
//
// Set structure alignment to 1-byte
//
#pragma pack (push, 1)
#pragma pack (1)
typedef struct {
UINT8 Major;
@@ -74,7 +74,7 @@ typedef UINT32 TCG_ALGORITHM_ID;
//
// Restore original structure alignment
//
#pragma pack (pop)
#pragma pack ()
typedef
EFI_STATUS