summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:37:28 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:37:28 +0000
commited66e1bc0d2be0a185fc47adab4930c3b7e2767f (patch)
tree5709b407529f37f5a069d36ec5a0d3b04db9c3ba /MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.h
parent1f3a753ee68ac1c7a620e8064fdda718cf413761 (diff)
downloadedk2-platforms-ed66e1bc0d2be0a185fc47adab4930c3b7e2767f.tar.xz
clean up the un-suitable ';' location when declaring the functions.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5820 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.h')
-rw-r--r--MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.h36
1 files changed, 12 insertions, 24 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.h b/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.h
index 00406e549b..f6ca764673 100644
--- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.h
+++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.h
@@ -128,8 +128,7 @@ UINT32
EhcReadCapRegister (
IN USB2_HC_DEV *Ehc,
IN UINT32 Offset
- )
-;
+ );
/**
@@ -145,8 +144,7 @@ UINT32
EhcReadOpReg (
IN USB2_HC_DEV *Ehc,
IN UINT32 Offset
- )
-;
+ );
/**
@@ -164,8 +162,7 @@ EhcWriteOpReg (
IN USB2_HC_DEV *Ehc,
IN UINT32 Offset,
IN UINT32 Data
- )
-;
+ );
/**
@@ -180,8 +177,7 @@ EhcWriteOpReg (
VOID
EhcClearLegacySupport (
IN USB2_HC_DEV *Ehc
- )
-;
+ );
@@ -200,8 +196,7 @@ EFI_STATUS
EhcSetAndWaitDoorBell (
IN USB2_HC_DEV *Ehc,
IN UINT32 Timeout
- )
-;
+ );
/**
@@ -215,8 +210,7 @@ EhcSetAndWaitDoorBell (
VOID
EhcAckAllInterrupt (
IN USB2_HC_DEV *Ehc
- )
-;
+ );
@@ -232,8 +226,7 @@ EhcAckAllInterrupt (
BOOLEAN
EhcIsHalt (
IN USB2_HC_DEV *Ehc
- )
-;
+ );
/**
@@ -248,8 +241,7 @@ EhcIsHalt (
BOOLEAN
EhcIsSysError (
IN USB2_HC_DEV *Ehc
- )
-;
+ );
/**
@@ -266,8 +258,7 @@ EFI_STATUS
EhcResetHC (
IN USB2_HC_DEV *Ehc,
IN UINT32 Timeout
- )
-;
+ );
/**
@@ -284,8 +275,7 @@ EFI_STATUS
EhcHaltHC (
IN USB2_HC_DEV *Ehc,
IN UINT32 Timeout
- )
-;
+ );
/**
@@ -302,8 +292,7 @@ EFI_STATUS
EhcRunHC (
IN USB2_HC_DEV *Ehc,
IN UINT32 Timeout
- )
-;
+ );
@@ -325,7 +314,6 @@ EhcRunHC (
EFI_STATUS
EhcInitHC (
IN USB2_HC_DEV *Ehc
- )
-;
+ );
#endif