]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Include/Library/I2cPort_platform.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Library / I2cPort_platform.h
1 /*++
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 This program and the accompanying materials are licensed and made available under
6 the terms and conditions of the BSD License that accompanies this distribution.
7 The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php.
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13
14 **/
15
16 #ifndef _I2C_PORT_H
17 #define _I2C_PORT_H
18
19 //
20 // Types
21 //
22
23 //
24 // Context passed from platform (board) layer to the I2C port driver.
25 //
26 typedef struct {
27 EFI_PHYSICAL_ADDRESS BaseAddress;
28 UINT32 InputFrequencyHertz;
29 } I2C_PIO_PLATFORM_CONTEXT;
30
31 #endif // _I2C_PORT_A0_H