spi-topcliff-pch: add recovery processing in case wait-event timeout
[zen-stable.git] / arch / arm / plat-mxc / include / mach / i2c.h
blob375cdd0cf876b114f9e9e6fcbd7751cbc5fddf01
1 /*
2 * i2c.h - i.MX I2C driver header file
4 * Copyright (c) 2008, Darius Augulis <augulis.darius@gmail.com>
6 * This file is released under the GPLv2
7 */
9 #ifndef __ASM_ARCH_I2C_H_
10 #define __ASM_ARCH_I2C_H_
12 /**
13 * struct imxi2c_platform_data - structure of platform data for MXC I2C driver
14 * @bitrate: Bus speed measured in Hz
16 **/
17 struct imxi2c_platform_data {
18 int bitrate;
21 #endif /* __ASM_ARCH_I2C_H_ */