]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkSouthCluster/Include/Library/IohLib.h
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Include / Library / IohLib.h
1 /** @file
2 Library that provides Soc specific library services for SouthCluster devices.
3
4 Copyright (c) 2013-2015 Intel Corporation.
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10 #ifndef __IOH_LIB_H__
11 #define __IOH_LIB_H__
12
13 #include "Ioh.h"
14
15 EFI_STATUS
16 EFIAPI
17 InitializeIohSsvidSsid (
18 IN UINT8 Bus,
19 IN UINT8 Device,
20 IN UINT8 Func
21 );
22
23 VOID
24 EFIAPI
25 EnableUsbMemIoBusMaster (
26 IN UINT8 UsbBusNumber
27 );
28
29 UINT32
30 EFIAPI
31 ReadIohGpioValues (
32 VOID
33 );
34
35 #endif
36