Clean up code according to code review.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5965 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2008-09-25 02:14:25 +00:00
parent eb5bb28e04
commit 8cefc2ee70
4 changed files with 9 additions and 16 deletions

View File

@@ -12,10 +12,7 @@
**/
#include <Base.h>
#include <Library/TimerLib.h>
#include <Library/DebugLib.h>
@@ -24,7 +21,7 @@
@param MicroSeconds The minimum number of microseconds to delay.
@return MicroSeconds.
@return The value of MicroSeconds inputted.
**/
UINTN
@@ -42,7 +39,7 @@ MicroSecondDelay (
@param NanoSeconds The minimum number of nanoseconds to delay.
@return NanoSeconds.
@return The value of NanoSeconds inputted.
**/
UINTN