mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
GCC clean.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5873 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d4589db67b
commit
775bebc372
@ -28,8 +28,10 @@ Abstract:
|
|||||||
// Structures are all packed on 1-byte alignment
|
// Structures are all packed on 1-byte alignment
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#ifndef __GNUC__
|
||||||
#pragma pack (push)
|
#pragma pack (push)
|
||||||
#pragma pack (1)
|
#pragma pack (1)
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Part 2, section 2.2: Basic types & Helper redefinitions
|
// Part 2, section 2.2: Basic types & Helper redefinitions
|
||||||
@ -1839,6 +1841,8 @@ typedef struct tdTPM_RSP_COMMAND_HDR {
|
|||||||
TPM_RESULT returnCode;
|
TPM_RESULT returnCode;
|
||||||
} TPM_RSP_COMMAND_HDR;
|
} TPM_RSP_COMMAND_HDR;
|
||||||
|
|
||||||
|
#ifndef __GNUC__
|
||||||
#pragma pack (pop)
|
#pragma pack (pop)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // _TPM12_H_
|
#endif // _TPM12_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user