edk2/MdePkg/Include/Protocol/TcgService.h:

* Fix error from GCC:
   > redefinition of typedef 'EFI_TCG_PROTOCOL'


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5583 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2008-07-28 18:42:42 +00:00
parent 174f03d2a2
commit c28a55549a
1 changed files with 2 additions and 2 deletions

View File

@ -220,13 +220,13 @@ EFI_STATUS
with the hash result, and add an entry to the Event Log. with the hash result, and add an entry to the Event Log.
**/ **/
typedef struct _EFI_TCG_PROTOCOL { struct _EFI_TCG_PROTOCOL {
EFI_TCG_STATUS_CHECK StatusCheck; EFI_TCG_STATUS_CHECK StatusCheck;
EFI_TCG_HASH_ALL HashAll; EFI_TCG_HASH_ALL HashAll;
EFI_TCG_LOG_EVENT LogEvent; EFI_TCG_LOG_EVENT LogEvent;
EFI_TCG_PASS_THROUGH_TO_TPM PassThroughToTpm; EFI_TCG_PASS_THROUGH_TO_TPM PassThroughToTpm;
EFI_TCG_HASH_LOG_EXTEND_EVENT HashLogExtendEvent; EFI_TCG_HASH_LOG_EXTEND_EVENT HashLogExtendEvent;
} EFI_TCG_PROTOCOL; };
extern EFI_GUID gEfiTcgProtocolGuid; extern EFI_GUID gEfiTcgProtocolGuid;