summaryrefslogtreecommitdiff
path: root/PerformancePkg
diff options
context:
space:
mode:
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-22 06:21:52 +0000
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-22 06:21:52 +0000
commitd66e9f0d04e6b1216a942e918db474b7e5705bed (patch)
tree379e9bbaecfcff692d54ea0f9e7e13b617411fef /PerformancePkg
parentb6ca1fd813a106092f913639c685490619e64e75 (diff)
downloadedk2-platforms-d66e9f0d04e6b1216a942e918db474b7e5705bed.tar.xz
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
Diffstat (limited to 'PerformancePkg')
-rw-r--r--PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.c3
1 files changed, 3 insertions, 0 deletions
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.
**/