Add missing comments for function parameters.

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14694 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gdong1 2013-09-23 02:00:24 +00:00 committed by gdong1
parent 9dc2c78d64
commit 15d73df950
1 changed files with 7 additions and 5 deletions

View File

@ -897,11 +897,12 @@ UserConfirm (
Check if there is a valid physical presence command request. Also updates parameter value 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 to whether the requested physical presence command already confirmed by user
@param[in] TcgPpData EFI TCG Physical Presence request data. @param[in] TcgPpData EFI TCG Physical Presence request data.
@param[out] RequestConfirmed If the physical presence operation command required user confirm from UI. @param[in] Flags The physical presence interface flags.
True, it indicates the command doesn't require user confirm, or already confirmed @param[out] RequestConfirmed If the physical presence operation command required user confirm from UI.
in last boot cycle by user. True, it indicates the command doesn't require user confirm, or already confirmed
False, it indicates the command need user confirm from UI. in last boot cycle by user.
False, it indicates the command need user confirm from UI.
@retval TRUE Physical Presence operation command is valid. @retval TRUE Physical Presence operation command is valid.
@retval FALSE Physical Presence operation command is invalid. @retval FALSE Physical Presence operation command is invalid.
@ -998,6 +999,7 @@ HaveValidTpmRequest (
@param[in] TcgProtocol EFI TCG Protocol instance. @param[in] TcgProtocol EFI TCG Protocol instance.
@param[in] TcgPpData Point to the physical presence NV variable. @param[in] TcgPpData Point to the physical presence NV variable.
@param[in] Flags The physical presence interface flags.
**/ **/
VOID VOID