]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDebug.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Usb / Ohci / Dxe / OhciDebug.h
diff --git a/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDebug.h b/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDebug.h
deleted file mode 100644 (file)
index a2d79ff..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/** @file\r
-This file contains the definination for host controller\r
-debug support routines.\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-\r
-\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  Print the data of ED and the TDs attached to the ED\r
-\r
-  @param  Uhc                   Pointer to OHCI private data\r
-  @param  Ed                    Pointer to a ED to free\r
-  @param  Td                    Pointer to the Td head\r
-\r
-  @retval EFI_SUCCESS           ED\r
-\r
-**/\r
-EFI_STATUS\r
-OhciDumpEdTdInfo (\r
-  IN USB_OHCI_HC_DEV          *Uhc,\r
-  IN ED_DESCRIPTOR     *Ed,\r
-  IN TD_DESCRIPTOR     *Td,\r
-  BOOLEAN Stage\r
-  );\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r