diff options
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Protocol/TcgService')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h b/EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h index de064649f8..aa104a79bf 100644 --- a/EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h +++ b/EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h @@ -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
|