mirror of https://github.com/acidanthera/audk.git
Fix a typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8732 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
61c244aa10
commit
b36e48144b
|
@ -153,8 +153,8 @@ typedef
|
|||
EFI_STATUS
|
||||
(EFIAPI *EFI_TCG_PASS_THROUGH_TO_TPM)(
|
||||
IN EFI_TCG_PROTOCOL *This,
|
||||
IN UINT32 TpmInputParamterBlockSize,
|
||||
IN UINT8 *TpmInputParamterBlock,
|
||||
IN UINT32 TpmInputParameterBlockSize,
|
||||
IN UINT8 *TpmInputParameterBlock,
|
||||
IN UINT32 TpmOutputParameterBlockSize,
|
||||
IN UINT8 *TpmOutputParameterBlock
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue