Correct Minor Comments in M3 to M4 review.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6842 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1052,9 +1052,9 @@ typedef struct tdTPM_TRANSPORT_PUBLIC {
|
||||
//
|
||||
// Part 2, section 13.1.1 TPM_TRANSPORT_ATTRIBUTES Definitions
|
||||
//
|
||||
#define TPM_TRANSPORT_ENCRYPT ((UINT32)0x00000001)
|
||||
#define TPM_TRANSPORT_LOG ((UINT32)0x00000002)
|
||||
#define TPM_TRANSPORT_EXCLUSIVE ((UINT32)0x00000004)
|
||||
#define TPM_TRANSPORT_ENCRYPT ((UINT32)BIT0)
|
||||
#define TPM_TRANSPORT_LOG ((UINT32)BIT1)
|
||||
#define TPM_TRANSPORT_EXCLUSIVE ((UINT32)BIT2)
|
||||
|
||||
///
|
||||
/// Part 2, section 13.2 TPM_TRANSPORT_INTERNAL
|
||||
|
Reference in New Issue
Block a user