]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h
Change _CR() to BASE_CR() to follow naming convention
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / EhciDebug.h
index 3dd4074bd432847f87d8ab203d4e6d86d032e565..3f786bc2857479226af66813d19cf09ad1abf248 100644 (file)
@@ -1,5 +1,7 @@
 /** @file\r
 \r
+  This file contains the definination for host controller debug support routines.\r
+\r
 Copyright (c) 2007, 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
@@ -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
@@ -26,31 +18,29 @@ Revision History
 \r
 \r
 /**\r
-  Dump the fields of a QTD\r
+  Dump the fields of a QTD.\r
 \r
-  @param  Qtd      The QTD to dump\r
-  @param  Msg      The message to print before the dump\r
+  @param  Qtd      The QTD to dump.\r
+  @param  Msg      The message to print before the dump.\r
 \r
-  @return None\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
-  Dump the queue head\r
+  Dump the queue head.\r
 \r
-  @param  Qh       The queue head to dump\r
-  @param  Msg      The message to print before the dump\r
-  @param  DumpBuf  Whether to dump the memory buffer of the associated QTD\r
+  @param  Qh       The queue head to dump.\r
+  @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
+  @return None.\r
 \r
 **/\r
 VOID\r
@@ -58,25 +48,22 @@ EhcDumpQh (
   IN EHC_QH               *Qh,\r
   IN CHAR8                *Msg,\r
   IN BOOLEAN              DumpBuf\r
-  )\r
-;\r
-\r
+  );\r
 \r
 \r
 /**\r
-  Dump the buffer in the form of hex\r
+  Dump the buffer in the form of hex.\r
 \r
-  @param  Buf      The buffer to dump\r
-  @param  Len      The length of buffer\r
+  @param  Buf      The buffer to dump.\r
+  @param  Len      The length of buffer.\r
 \r
-  @return None\r
+  @return None.\r
 \r
 **/\r
 VOID\r
 EhcDumpBuf (\r
   IN UINT8                *Buf,\r
   IN UINTN                Len\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r