]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h
MdeModulePkg/XhciDxe: Input context update for Evaluate Context command
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / EhciDebug.h
index 43ca45b4c8b0204d98119ae9d6b324d83ac6ae37..2ed2d46f96bd6a0b6713c5f4e28b9afc01f672e1 100644 (file)
@@ -2,21 +2,14 @@
 \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
-http://opensource.org/licenses/bsd-license.php\r
-\r
-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
+Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
 #ifndef _EFI_EHCI_DEBUG_H_\r
 #define _EFI_EHCI_DEBUG_H_\r
 \r
-\r
 /**\r
   Dump the fields of a QTD.\r
 \r
@@ -26,11 +19,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 VOID\r
 EhcDumpQtd (\r
-  IN EHC_QTD              *Qtd,\r
-  IN CHAR8                *Msg\r
+  IN EHC_QTD  *Qtd,\r
+  IN CHAR8    *Msg\r
   );\r
 \r
-\r
 /**\r
   Dump the queue head.\r
 \r
@@ -41,12 +33,11 @@ EhcDumpQtd (
 **/\r
 VOID\r
 EhcDumpQh (\r
-  IN EHC_QH               *Qh,\r
-  IN CHAR8                *Msg,\r
-  IN BOOLEAN              DumpBuf\r
+  IN EHC_QH   *Qh,\r
+  IN CHAR8    *Msg,\r
+  IN BOOLEAN  DumpBuf\r
   );\r
 \r
-\r
 /**\r
   Dump the buffer in the form of hex.\r
 \r
@@ -56,20 +47,8 @@ EhcDumpQh (
 **/\r
 VOID\r
 EhcDumpBuf (\r
-  IN UINT8                *Buf,\r
-  IN UINTN                Len\r
-  );\r
-\r
-\r
-/**\r
-  Dump the EHCI status registers.\r
-\r
-  @param  Ehc    USB EHCI Host Controller instance\r
-\r
-**/\r
-VOID\r
-EhcDumpRegs (\r
-  IN  USB2_HC_DEV         *Ehc\r
+  IN UINT8  *Buf,\r
+  IN UINTN  Len\r
   );\r
 \r
 #endif\r