mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
b6ca1fd813
commit
d66e9f0d04
|
@ -57,6 +57,9 @@ UINT64 mTscFrequency;
|
||||||
the ACPI timer. An attempt is made to determine and compensate for this error.
|
the ACPI timer. An attempt is made to determine and compensate for this error.
|
||||||
This function will always return EFI_SUCCESS.
|
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.
|
@retval EFI_SUCCESS The constructor always returns EFI_SUCCESS.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Reference in New Issue