From d66e9f0d04e6b1216a942e918db474b7e5705bed Mon Sep 17 00:00:00 2001 From: lzeng14 Date: Tue, 22 Feb 2011 06:21:52 +0000 Subject: [PATCH] Add comments for the two parameters of DxeTscTimerLibConstructor. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11328 6f19259b-4bc3-4df7-8a09-765794883524 --- PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.c b/PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.c index f8a4b6825f..a77e33e219 100644 --- a/PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.c +++ b/PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.c @@ -57,6 +57,9 @@ UINT64 mTscFrequency; the ACPI timer. An attempt is made to determine and compensate for this error. This function will always return EFI_SUCCESS. + @param ImageHandle The firmware allocated handle for the EFI image. + @param SystemTable A pointer to the EFI System Table. + @retval EFI_SUCCESS The constructor always returns EFI_SUCCESS. **/ -- 2.39.2