]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
Update the copyright notice format
[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
HT
5Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
6This program and the accompanying materials\r
913cb9dc 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
ed66e1bc 31 );\r
913cb9dc 32\r
33\r
34/**\r
35 Dump the content of TD structure.\r
36\r
ab6495ea 37 @param TdSw Pointer to software TD structure.\r
913cb9dc 38\r
ab6495ea 39 @return None.\r
913cb9dc 40\r
41**/\r
42VOID\r
43UhciDumpTds (\r
44 IN UHCI_TD_SW *TdSw\r
ed66e1bc 45 );\r
913cb9dc 46\r
913cb9dc 47#endif\r