X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FDxeTcg2PhysicalPresenceLib%2FDxeTcg2PhysicalPresenceLib.c;fp=SecurityPkg%2FLibrary%2FDxeTcg2PhysicalPresenceLib%2FDxeTcg2PhysicalPresenceLib.c;h=d92658f80d7fef8bf4f56a1095fdbe25f812dd6e;hp=fce5c0af5022134ff296dd16ade6eaf903a26218;hb=12710fe93bf669540b4dfc783fbcc31db287a5db;hpb=dc8fe5ec95a8e5e9547da87eb0a54ebef6ca7241 diff --git a/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.c b/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.c index fce5c0af50..d92658f80d 100644 --- a/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.c +++ b/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.c @@ -147,7 +147,7 @@ Tpm2CommandChangeEps ( **/ UINT32 Tcg2ExecutePhysicalPresence ( - IN TPM2B_AUTH *PlatformAuth, OPTIONAL + IN TPM2B_AUTH *PlatformAuth OPTIONAL, IN UINT32 CommandCode, IN UINT32 CommandParameter, IN OUT EFI_TCG2_PHYSICAL_PRESENCE_FLAGS *PpiFlags @@ -720,7 +720,7 @@ Tcg2HaveValidTpmRequest ( **/ VOID Tcg2ExecutePendingTpmRequest ( - IN TPM2B_AUTH *PlatformAuth, OPTIONAL + IN TPM2B_AUTH *PlatformAuth OPTIONAL, IN OUT EFI_TCG2_PHYSICAL_PRESENCE *TcgPpData, IN OUT EFI_TCG2_PHYSICAL_PRESENCE_FLAGS *Flags )