]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkSocPkg/QuarkSouthCluster/Include/Library/IohLib.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Include / Library / IohLib.h
diff --git a/QuarkSocPkg/QuarkSouthCluster/Include/Library/IohLib.h b/QuarkSocPkg/QuarkSouthCluster/Include/Library/IohLib.h
deleted file mode 100644 (file)
index a3aa071..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/** @file\r
-Library that provides Soc specific library services for SouthCluster devices.\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef __IOH_LIB_H__\r
-#define __IOH_LIB_H__\r
-\r
-#include "Ioh.h"\r
-\r
-EFI_STATUS\r
-EFIAPI\r
-InitializeIohSsvidSsid (\r
-   IN UINT8   Bus,\r
-   IN UINT8   Device,\r
-   IN UINT8   Func\r
-   );\r
-\r
-VOID\r
-EFIAPI\r
-EnableUsbMemIoBusMaster (\r
-   IN UINT8   UsbBusNumber\r
-  );\r
-\r
-UINT32\r
-EFIAPI\r
-ReadIohGpioValues (\r
-  VOID\r
-  );\r
-\r
-#endif\r
-\r