]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add missing comments for function parameters.
authorgdong1 <gdong1>
Mon, 23 Sep 2013 02:00:24 +0000 (02:00 +0000)
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 23 Sep 2013 02:00:24 +0000 (02:00 +0000)
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14694 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c

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