]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciDebug.h
... / ...
CommitLineData
1/** @file\r
2\r
3 This file contains the definination for host controller debug support routines\r
4\r
5Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
6This 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
14**/\r
15\r
16#ifndef _EFI_UHCI_DEBUG_H_\r
17#define _EFI_UHCI_DEBUG_H_\r
18\r
19\r
20/**\r
21 Dump the content of QH structure.\r
22\r
23 @param QhSw Pointer to software QH structure.\r
24\r
25 @return None.\r
26\r
27**/\r
28VOID\r
29UhciDumpQh (\r
30 IN UHCI_QH_SW *QhSw\r
31 );\r
32\r
33\r
34/**\r
35 Dump the content of TD structure.\r
36\r
37 @param TdSw Pointer to software TD structure.\r
38\r
39 @return None.\r
40\r
41**/\r
42VOID\r
43UhciDumpTds (\r
44 IN UHCI_TD_SW *TdSw\r
45 );\r
46\r
47#endif\r