]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDebug.h
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Usb / Ohci / Dxe / OhciDebug.h
CommitLineData
9b6bbcdb
MK
1/** @file\r
2This file contains the definination for host controller\r
3debug support routines.\r
4\r
5Copyright (c) 2013-2015 Intel Corporation.\r
6\r
c9f231d0 7SPDX-License-Identifier: BSD-2-Clause-Patent\r
9b6bbcdb
MK
8\r
9**/\r
10\r
11\r
12\r
13/*++\r
14\r
15Routine Description:\r
16\r
17 Print the data of ED and the TDs attached to the ED\r
18\r
19 @param Uhc Pointer to OHCI private data\r
20 @param Ed Pointer to a ED to free\r
21 @param Td Pointer to the Td head\r
22\r
23 @retval EFI_SUCCESS ED\r
24\r
25**/\r
26EFI_STATUS\r
27OhciDumpEdTdInfo (\r
28 IN USB_OHCI_HC_DEV *Uhc,\r
29 IN ED_DESCRIPTOR *Ed,\r
30 IN TD_DESCRIPTOR *Td,\r
31 BOOLEAN Stage\r
32 );\r
33\r
34\r
35\r
36\r
37\r
38\r
39\r
40\r
41\r
42\r