]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkSouthCluster/Include/Library/IohLib.h
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Include / Library / IohLib.h
CommitLineData
9b6bbcdb
MK
1/** @file\r
2Library that provides Soc specific library services for SouthCluster devices.\r
3\r
4Copyright (c) 2013-2015 Intel Corporation.\r
5\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 __IOH_LIB_H__\r
17#define __IOH_LIB_H__\r
18\r
19#include "Ioh.h"\r
20\r
21EFI_STATUS\r
22EFIAPI\r
23InitializeIohSsvidSsid (\r
24 IN UINT8 Bus,\r
25 IN UINT8 Device,\r
26 IN UINT8 Func\r
27 );\r
28\r
29VOID\r
30EFIAPI\r
31EnableUsbMemIoBusMaster (\r
32 IN UINT8 UsbBusNumber\r
33 );\r
34\r
35UINT32\r
36EFIAPI\r
37ReadIohGpioValues (\r
38 VOID\r
39 );\r
40\r
41#endif\r
42\r