]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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
ab6495ea 14 Dump the content of QH structure.\r
913cb9dc 15\r
ab6495ea 16 @param QhSw Pointer to software QH structure.\r
913cb9dc 17\r
ab6495ea 18 @return None.\r
913cb9dc 19\r
20**/\r
21VOID\r
22UhciDumpQh (\r
1436aea4 23 IN UHCI_QH_SW *QhSw\r
ed66e1bc 24 );\r
913cb9dc 25\r
913cb9dc 26/**\r
27 Dump the content of TD structure.\r
28\r
ab6495ea 29 @param TdSw Pointer to software TD structure.\r
913cb9dc 30\r
ab6495ea 31 @return None.\r
913cb9dc 32\r
33**/\r
34VOID\r
35UhciDumpTds (\r
1436aea4 36 IN UHCI_TD_SW *TdSw\r
ed66e1bc 37 );\r
913cb9dc 38\r
913cb9dc 39#endif\r