summaryrefslogtreecommitdiffstats
path: root/DuetPkg/Library
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 06:17:19 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 06:17:19 +0000
commite56dd2ce1342c358962eeab09d54cb1a95c064bf (patch)
tree7de2ad650759902a24330257dde6791ec443eedc /DuetPkg/Library
parent7492c63d423201cbabc00c343cc25269bb1254c1 (diff)
downloadedk2-e56dd2ce1342c358962eeab09d54cb1a95c064bf.tar.gz
edk2-e56dd2ce1342c358962eeab09d54cb1a95c064bf.tar.bz2
edk2-e56dd2ce1342c358962eeab09d54cb1a95c064bf.zip
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6302 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/Library')
-rw-r--r--DuetPkg/Library/DuetTimerLib/X86TimerLib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/DuetPkg/Library/DuetTimerLib/X86TimerLib.c b/DuetPkg/Library/DuetTimerLib/X86TimerLib.c
index 263ce9a2ec..9c8d46fe70 100644
--- a/DuetPkg/Library/DuetTimerLib/X86TimerLib.c
+++ b/DuetPkg/Library/DuetTimerLib/X86TimerLib.c
@@ -40,7 +40,6 @@ CONST UINT8 mTimerLibLocalApicDivisor[] = {
@return The base address of local APIC
**/
-STATIC
UINTN
InternalX86GetApicBase (
VOID
@@ -59,7 +58,6 @@ InternalX86GetApicBase (
@return The frequency of the timer in Hz.
**/
-STATIC
UINT32
InternalX86GetTimerFrequency (
IN UINTN ApicBase
@@ -80,7 +78,6 @@ InternalX86GetTimerFrequency (
@return The tick counter read.
**/
-STATIC
INT32
InternalX86GetTimerTick (
IN UINTN ApicBase
@@ -99,7 +96,6 @@ InternalX86GetTimerTick (
@param Delay A period of time to delay in ticks.
**/
-STATIC
VOID
InternalX86Delay (
IN UINTN ApicBase,