]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.h
MdeModulePkg/NvmExpressDxe: Handling return of write to sq and cq db
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / EhciSched.h
index fb002a91c5cf9a28f0e03077c51076ff745fdb9d..c03bd619d7e8129f36b56daf8d1a0957285bcc2c 100644 (file)
@@ -2,8 +2,8 @@
 \r
   This file contains the definination for host controller schedule routines.\r
 \r
-Copyright (c) 2007, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -37,8 +37,6 @@ EhcInitSched (
 \r
   @param  Ehc            The EHCI device.\r
 \r
-  @return None\r
-\r
 **/\r
 VOID\r
 EhcFreeSched (\r
@@ -56,8 +54,6 @@ EhcFreeSched (
   @param  Ehc            The EHCI device.\r
   @param  Qh             The queue head to link.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcLinkQhToAsync (\r
@@ -73,8 +69,6 @@ EhcLinkQhToAsync (
   @param  Ehc            The EHCI device.\r
   @param  Qh             The queue head to unlink.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcUnlinkQhFromAsync (\r
@@ -91,8 +85,6 @@ EhcUnlinkQhFromAsync (
   @param  Ehc            The EHCI device.\r
   @param  Qh             The queue head to link.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcLinkQhToPeriod (\r
@@ -108,8 +100,6 @@ EhcLinkQhToPeriod (
   @param  Ehc            The EHCI device.\r
   @param  Qh             The queue head to unlink.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcUnlinkQhFromPeriod (\r
@@ -166,8 +156,6 @@ EhciDelAsyncIntTransfer (
 \r
   @param  Ehc            The EHCI device.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhciDelAllAsyncIntTransfers (\r
@@ -181,11 +169,10 @@ EhciDelAllAsyncIntTransfers (
   @param  Event          Interrupt event.\r
   @param  Context        Pointer to USB2_HC_DEV.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
-EhcMoniteAsyncRequests (\r
+EFIAPI\r
+EhcMonitorAsyncRequests (\r
   IN EFI_EVENT            Event,\r
   IN VOID                 *Context\r
   );\r