mirror of https://github.com/acidanthera/audk.git
Avoid the name collision.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5530 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
478db76bbe
commit
3e7b340f87
|
@ -412,7 +412,7 @@ typedef enum tdTPM_KEY_FLAGS {
|
||||||
isVolatile = 0x00000004,
|
isVolatile = 0x00000004,
|
||||||
pcrIgnoredOnRead = 0x00000008,
|
pcrIgnoredOnRead = 0x00000008,
|
||||||
migrateAuthority = 0x00000010
|
migrateAuthority = 0x00000010
|
||||||
} TPM_KEY_FLAGS;
|
} TPM_KEY_FLAGS_BITS;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Part 2, section 5.11: TPM_CHANGEAUTH_VALIDATE
|
// Part 2, section 5.11: TPM_CHANGEAUTH_VALIDATE
|
||||||
|
|
Loading…
Reference in New Issue