ipc/sem.c: replace shared sem_otime with per-semaphore value
[linux-2.6.git] / include / linux / platform_data / i2c-imx.h
blob8289d915e615855c9b5628b6503d3c13616045db
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 u32 bitrate;
21 #endif /* __ASM_ARCH_I2C_H_ */