]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
Update some module INF files in MdeModulePkg to "UEFI_DRIVER"
[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
913cb9dc 5Copyright (c) 2007, Intel Corporation\r
6All rights reserved. This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
913cb9dc 14**/\r
15\r
16#ifndef _EFI_UHCI_DEBUG_H_\r
17#define _EFI_UHCI_DEBUG_H_\r
18\r
913cb9dc 19\r
20/**\r
ab6495ea 21 Dump the content of QH structure.\r
913cb9dc 22\r
ab6495ea 23 @param QhSw Pointer to software QH structure.\r
913cb9dc 24\r
ab6495ea 25 @return None.\r
913cb9dc 26\r
27**/\r
28VOID\r
29UhciDumpQh (\r
30 IN UHCI_QH_SW *QhSw\r
31 )\r
32;\r
33\r
34\r
35/**\r
36 Dump the content of TD structure.\r
37\r
ab6495ea 38 @param TdSw Pointer to software TD structure.\r
913cb9dc 39\r
ab6495ea 40 @return None.\r
913cb9dc 41\r
42**/\r
43VOID\r
44UhciDumpTds (\r
45 IN UHCI_TD_SW *TdSw\r
46 )\r
47;\r
48\r
913cb9dc 49#endif\r