summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Cpu
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:44:58 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:44:58 +0000
commite00e1d46940a267d6fbe92be4ed2e547b4e946dc (patch)
treeccfa6694ebebad33608d7fb40bd8a863c0c6977c /EdkCompatibilityPkg/Foundation/Cpu
parented66e1bc0d2be0a185fc47adab4930c3b7e2767f (diff)
downloadedk2-platforms-e00e1d46940a267d6fbe92be4ed2e547b4e946dc.tar.xz
clean up the un-suitable ';' location when declaring the functions. The regular is ")[ ]++^p;"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5821 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Cpu')
-rw-r--r--EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/CpuIA32.h36
1 files changed, 12 insertions, 24 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/CpuIA32.h b/EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/CpuIA32.h
index a7fe8b0005..2b7d0a6999 100644
--- a/EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/CpuIA32.h
+++ b/EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/CpuIA32.h
@@ -142,8 +142,7 @@ VOID
IA32API
EfiHalt (
VOID
- )
-;
+ );
/*++
Routine Description:
@@ -157,8 +156,7 @@ VOID
IA32API
EfiWbinvd (
VOID
- )
-;
+ );
/*++
Routine Description:
@@ -172,8 +170,7 @@ VOID
IA32API
EfiInvd (
VOID
- )
-;
+ );
/*++
Routine Description:
@@ -188,8 +185,7 @@ IA32API
EfiCpuid (
IN UINT32 RegisterInEax,
OUT EFI_CPUID_REGISTER *Regs
- )
-;
+ );
/*++
Routine Description:
@@ -226,8 +222,7 @@ UINT64
IA32API
EfiReadMsr (
IN UINT32 Index
- )
-;
+ );
/*++
Routine Description:
@@ -243,8 +238,7 @@ IA32API
EfiWriteMsr (
IN UINT32 Index,
IN UINT64 Value
- )
-;
+ );
/*++
Routine Description:
@@ -259,8 +253,7 @@ UINT64
IA32API
EfiReadTsc (
VOID
- )
-;
+ );
/*++
Routine Description:
@@ -274,8 +267,7 @@ VOID
IA32API
EfiDisableCache (
VOID
- )
-;
+ );
/*++
Routine Description:
@@ -289,8 +281,7 @@ VOID
IA32API
EfiEnableCache (
VOID
- )
-;
+ );
/*++
Routine Description:
@@ -304,8 +295,7 @@ UINT32
IA32API
EfiGetEflags (
VOID
- )
-;
+ );
/*++
Routine Description:
@@ -319,8 +309,7 @@ VOID
IA32API
EfiDisableInterrupts (
VOID
- )
-;
+ );
/*++
Routine Description:
@@ -334,8 +323,7 @@ VOID
IA32API
EfiEnableInterrupts (
VOID
- )
-;
+ );
/*++
Routine Description: