summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f8a4b68..a77e33e 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.
**/