Magnus Damm | 81f8115 | 2011-04-28 13:25:36 +0900 | [diff] [blame] | 1 | #ifndef __I2C_SH_MOBILE_H__ |
2 | #define __I2C_SH_MOBILE_H__ | ||||
3 | |||||
4 | #include <linux/platform_device.h> | ||||
5 | |||||
6 | struct i2c_sh_mobile_platform_data { | ||||
7 | unsigned long bus_speed; | ||||
Shinya Kuribayashi | ebd5ac1 | 2012-10-24 19:58:10 +0900 | [diff] [blame] | 8 | unsigned int clks_per_count; |
Magnus Damm | 81f8115 | 2011-04-28 13:25:36 +0900 | [diff] [blame] | 9 | }; |
10 | |||||
11 | #endif /* __I2C_SH_MOBILE_H__ */ |