]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h
code cleanup:
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / EhciDebug.h
index c07e2c248b18c5aaf578be22c6311a61f9af156c..889047c7a7e26d6b6aef61780cccdd191ba5563a 100644 (file)
@@ -1,6 +1,8 @@
 /** @file\r
 \r
-Copyright (c) 2007, Intel Corporation\r
+  This file contains the definination for host controller debug support routines.\r
+\r
+Copyright (c) 2007 - 2009, Intel Corporation\r
 All rights reserved. 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
@@ -9,16 +11,6 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
-\r
-  EhciDebug.h\r
-\r
-Abstract:\r
-\r
-  This file contains the definination for host controller debug support routines\r
-\r
-Revision History\r
-\r
 **/\r
 \r
 #ifndef _EFI_EHCI_DEBUG_H_\r
@@ -31,16 +23,12 @@ Revision History
   @param  Qtd      The QTD to dump.\r
   @param  Msg      The message to print before the dump.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcDumpQtd (\r
   IN EHC_QTD              *Qtd,\r
   IN CHAR8                *Msg\r
-  )\r
-;\r
-\r
+  );\r
 \r
 \r
 /**\r
@@ -50,17 +38,13 @@ EhcDumpQtd (
   @param  Msg      The message to print before the dump.\r
   @param  DumpBuf  Whether to dump the memory buffer of the associated QTD.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcDumpQh (\r
   IN EHC_QH               *Qh,\r
   IN CHAR8                *Msg,\r
   IN BOOLEAN              DumpBuf\r
-  )\r
-;\r
-\r
+  );\r
 \r
 \r
 /**\r
@@ -69,14 +53,11 @@ EhcDumpQh (
   @param  Buf      The buffer to dump.\r
   @param  Len      The length of buffer.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcDumpBuf (\r
   IN UINT8                *Buf,\r
   IN UINTN                Len\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r