mirror of https://github.com/acidanthera/audk.git
Fix ECC issue
Signed-off-by : chao zhang<chao.b.zhang@intel.com> Reviewed-by : fan jeff <jeff.fan@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13926 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
52fba28994
commit
8c3883b68d
|
@ -896,7 +896,7 @@ UserConfirm (
|
|||
Check if there is a valid physical presence command request. Also updates parameter value
|
||||
to whether the requested physical presence command already confirmed by user
|
||||
|
||||
@param[in] TcgProtocol EFI TCG Protocol instance.
|
||||
@param[in] TcgPpData EFI TCG Physical Presence request data.
|
||||
@param[out] RequestConfirmed If the physical presence operation command required user confirm from UI.
|
||||
True, it indicates the command doesn't require user confirm, or already confirmed
|
||||
in last boot cycle by user.
|
||||
|
|
Loading…
Reference in New Issue