1. Updated declaration of timer functions according to latest MWG.

2. Updated coding style.
3. Updated the algorithm used in delay functions to handle timer counter wrap-around.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1089 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bxing
2006-07-25 07:33:02 +00:00
parent 26015d2294
commit ed384ef31c
4 changed files with 228 additions and 76 deletions

View File

@ -24,7 +24,7 @@
@param MicroSeconds The minimum number of microseconds to delay.
@return Return value depends on implementation.
@return MicroSeconds
**/
UINTN
@ -40,7 +40,7 @@ MicroSecondDelay (
@param NanoSeconds The minimum number of nanoseconds to delay.
@return Return value depends on implementation.
@return NanoSeconds
**/
UINTN