summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.h')
-rw-r--r--MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.h b/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.h
index fb002a91c5..6a1bf0b86f 100644
--- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.h
+++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.h
@@ -2,7 +2,7 @@
This file contains the definination for host controller schedule routines.
-Copyright (c) 2007, Intel Corporation
+Copyright (c) 2007 - 2009, 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
@@ -37,8 +37,6 @@ EhcInitSched (
@param Ehc The EHCI device.
- @return None
-
**/
VOID
EhcFreeSched (
@@ -56,8 +54,6 @@ EhcFreeSched (
@param Ehc The EHCI device.
@param Qh The queue head to link.
- @return None.
-
**/
VOID
EhcLinkQhToAsync (
@@ -73,8 +69,6 @@ EhcLinkQhToAsync (
@param Ehc The EHCI device.
@param Qh The queue head to unlink.
- @return None.
-
**/
VOID
EhcUnlinkQhFromAsync (
@@ -91,8 +85,6 @@ EhcUnlinkQhFromAsync (
@param Ehc The EHCI device.
@param Qh The queue head to link.
- @return None.
-
**/
VOID
EhcLinkQhToPeriod (
@@ -108,8 +100,6 @@ EhcLinkQhToPeriod (
@param Ehc The EHCI device.
@param Qh The queue head to unlink.
- @return None.
-
**/
VOID
EhcUnlinkQhFromPeriod (
@@ -166,8 +156,6 @@ EhciDelAsyncIntTransfer (
@param Ehc The EHCI device.
- @return None.
-
**/
VOID
EhciDelAllAsyncIntTransfers (
@@ -181,11 +169,9 @@ EhciDelAllAsyncIntTransfers (
@param Event Interrupt event.
@param Context Pointer to USB2_HC_DEV.
- @return None.
-
**/
VOID
-EhcMoniteAsyncRequests (
+EhcMonitorAsyncRequests (
IN EFI_EVENT Event,
IN VOID *Context
);