diff options
Diffstat (limited to 'PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.c')
-rw-r--r-- | PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.c | 3 |
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.
**/
|