]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciDebug.h
CommitLineData
913cb9dc 1/** @file\r
2\r
ab6495ea 3 This file contains the definination for host controller debug support routines\r
4\r
cd5ebaa0 5Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
9d510e61 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
913cb9dc 7\r
913cb9dc 8**/\r
9\r
10#ifndef _EFI_UHCI_DEBUG_H_\r
11#define _EFI_UHCI_DEBUG_H_\r
12\r
913cb9dc 13\r
14/**\r
ab6495ea 15 Dump the content of QH structure.\r
913cb9dc 16\r
ab6495ea 17 @param QhSw Pointer to software QH structure.\r
913cb9dc 18\r
ab6495ea 19 @return None.\r
913cb9dc 20\r
21**/\r
22VOID\r
23UhciDumpQh (\r
24 IN UHCI_QH_SW *QhSw\r
ed66e1bc 25 );\r
913cb9dc 26\r
27\r
28/**\r
29 Dump the content of TD structure.\r
30\r
ab6495ea 31 @param TdSw Pointer to software TD structure.\r
913cb9dc 32\r
ab6495ea 33 @return None.\r
913cb9dc 34\r
35**/\r
36VOID\r
37UhciDumpTds (\r
38 IN UHCI_TD_SW *TdSw\r
ed66e1bc 39 );\r
913cb9dc 40\r
913cb9dc 41#endif\r