From ed384ef31cff0681d724847c684476aed214917c Mon Sep 17 00:00:00 2001 From: bxing Date: Tue, 25 Jul 2006 07:33:02 +0000 Subject: 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 --- MdePkg/Include/Library/TimerLib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg/Include') diff --git a/MdePkg/Include/Library/TimerLib.h b/MdePkg/Include/Library/TimerLib.h index 4b12152..8523bd0 100644 --- a/MdePkg/Include/Library/TimerLib.h +++ b/MdePkg/Include/Library/TimerLib.h @@ -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 -- cgit v1.1