]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add comments for the two parameters of DxeTscTimerLibConstructor.
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 22 Feb 2011 06:21:52 +0000 (06:21 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 22 Feb 2011 06:21:52 +0000 (06:21 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11328 6f19259b-4bc3-4df7-8a09-765794883524

PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.c

index f8a4b6825fc4cf2ecdac4ffcacd96b5329bd41fc..a77e33e219a34de211942f55ea4ef4be3ea38922 100644 (file)
@@ -57,6 +57,9 @@ UINT64   mTscFrequency;
   the ACPI timer. An attempt is made to determine and compensate for this error.\r
   This function will always return EFI_SUCCESS.\r
 \r
+  @param  ImageHandle       The firmware allocated handle for the EFI image.\r
+  @param  SystemTable       A pointer to the EFI System Table.\r
+\r
   @retval EFI_SUCCESS   The constructor always returns EFI_SUCCESS.\r
 \r
 **/\r