diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-21 02:46:21 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-21 02:46:21 +0000 |
commit | 3e7b340f87d76e26da83f4841b1bd07f46c6eac4 (patch) | |
tree | e4fb1e39bdc6247ffe84b7617f2c509df5d61b77 | |
parent | 478db76bbe37e93416297d37f146ba76ab296380 (diff) | |
download | edk2-platforms-3e7b340f87d76e26da83f4841b1bd07f46c6eac4.tar.xz |
Avoid the name collision.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5530 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/IndustryStandard/Tpm12.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/Tpm12.h b/MdePkg/Include/IndustryStandard/Tpm12.h index 11013e7876..613ee61902 100644 --- a/MdePkg/Include/IndustryStandard/Tpm12.h +++ b/MdePkg/Include/IndustryStandard/Tpm12.h @@ -412,7 +412,7 @@ typedef enum tdTPM_KEY_FLAGS { isVolatile = 0x00000004,
pcrIgnoredOnRead = 0x00000008,
migrateAuthority = 0x00000010
-} TPM_KEY_FLAGS;
+} TPM_KEY_FLAGS_BITS;
//
// Part 2, section 5.11: TPM_CHANGEAUTH_VALIDATE
|