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:
lzeng14 2011-02-22 06:21:52 +00:00
parent b6ca1fd813
commit d66e9f0d04
1 changed files with 3 additions and 0 deletions

View File

@ -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.
**/