Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
i2c-ocores.h
Go to the documentation of this file.
1
/*
2
* i2c-ocores.h - definitions for the i2c-ocores interface
3
*
4
* Peter Korsgaard <
[email protected]
>
5
*
6
* This file is licensed under the terms of the GNU General Public License
7
* version 2. This program is licensed "as is" without any warranty of any
8
* kind, whether express or implied.
9
*/
10
11
#ifndef _LINUX_I2C_OCORES_H
12
#define _LINUX_I2C_OCORES_H
13
14
struct
ocores_i2c_platform_data
{
15
u32
reg_shift
;
/* register offset shift value */
16
u32
reg_io_width
;
/* register io read/write width */
17
u32
clock_khz
;
/* input clock in kHz */
18
u8
num_devices
;
/* number of devices in the devices list */
19
struct
i2c_board_info
const
*
devices
;
/* devices connected to the bus */
20
};
21
22
#endif
/* _LINUX_I2C_OCORES_H */
Generated on Thu Jan 10 2013 14:51:31 for Linux Kernel by
1.8.2