blob: 06e3089795fbeee22572c0897f5a35fdfa2f86bf [file] [log] [blame]
Magnus Damm81f81152011-04-28 13:25:36 +09001#ifndef __I2C_SH_MOBILE_H__
2#define __I2C_SH_MOBILE_H__
3
4#include <linux/platform_device.h>
5
6struct i2c_sh_mobile_platform_data {
7 unsigned long bus_speed;
Shinya Kuribayashiebd5ac12012-10-24 19:58:10 +09008 unsigned int clks_per_count;
Magnus Damm81f81152011-04-28 13:25:36 +09009};
10
11#endif /* __I2C_SH_MOBILE_H__ */