From 5397fc66b31b2a1a19edb5bc4c39c3b0fa1779a2 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Tue, 4 Mar 2008 09:33:30 +0000 Subject: [PATCH] Correct input parameter aligned to TCG spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4788 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/TcgService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/Protocol/TcgService.h b/MdePkg/Include/Protocol/TcgService.h index aadd701719..5fe9a2e0bb 100644 --- a/MdePkg/Include/Protocol/TcgService.h +++ b/MdePkg/Include/Protocol/TcgService.h @@ -196,7 +196,7 @@ typedef EFI_STATUS (EFIAPI *EFI_TCG_HASH_LOG_EXTEND_EVENT) ( IN EFI_TCG_PROTOCOL *This, - IN UINT8 *HashData, + IN EFI_PHYSICAL_ADDRESS HashData, IN UINT64 HashDataLen, IN TCG_ALGORITHM_ID AlgorithmId, IN OUT TCG_PCR_EVENT *TCGLogData, -- 2.39.5