diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-22 03:04:38 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-22 03:04:38 +0000 |
commit | 2c8547ab2d20df0fe38974dfc7fb7cfca92ef8ea (patch) | |
tree | 52fb008d0380a8504c21ea5457da8f3dddb58b88 /MdePkg/Include/Library/TimerLib.h | |
parent | c69a09d928ca6f3f2785424b5e4eb50ec4dceae3 (diff) | |
download | edk2-platforms-2c8547ab2d20df0fe38974dfc7fb7cfca92ef8ea.tar.xz |
modify coding style to pass ecc tool
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5543 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/TimerLib.h')
-rw-r--r-- | MdePkg/Include/Library/TimerLib.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/MdePkg/Include/Library/TimerLib.h b/MdePkg/Include/Library/TimerLib.h index 65bd8549dc..3959396e20 100644 --- a/MdePkg/Include/Library/TimerLib.h +++ b/MdePkg/Include/Library/TimerLib.h @@ -1,7 +1,7 @@ /** @file
- Timer Library Functions
+ Timer Library Functions.
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -16,8 +16,6 @@ #define __TIMER_LIB__
/**
- Stalls the CPU for at least the given number of microseconds.
-
Stalls the CPU for the number of microseconds specified by MicroSeconds.
@param MicroSeconds The minimum number of microseconds to delay.
@@ -32,8 +30,6 @@ MicroSecondDelay ( );
/**
- Stalls the CPU for at least the given number of nanoseconds.
-
Stalls the CPU for the number of nanoseconds specified by NanoSeconds.
@param NanoSeconds The minimum number of nanoseconds to delay.
@@ -48,10 +44,8 @@ NanoSecondDelay ( );
/**
- Retrieves the current value of a 64-bit free running performance counter.
-
- Retrieves the current value of a 64-bit free running performance counter. The
- counter can either count up by 1 or count down by 1. If the physical
+ Retrieves the current value of a 64-bit free running performance counter.
+ The counter can either count up by 1 or count down by 1. If the physical
performance counter counts by a larger increment, then the counter values
must be translated. The properties of the counter can be retrieved from
GetPerformanceCounterProperties().
|