2011-04-28 12:25:36 +08:00
|
|
|
#ifndef __I2C_SH_MOBILE_H__
|
|
|
|
#define __I2C_SH_MOBILE_H__
|
|
|
|
|
|
|
|
#include <linux/platform_device.h>
|
|
|
|
|
|
|
|
struct i2c_sh_mobile_platform_data {
|
|
|
|
unsigned long bus_speed;
|
2012-10-24 18:58:10 +08:00
|
|
|
unsigned int clks_per_count;
|
2011-04-28 12:25:36 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* __I2C_SH_MOBILE_H__ */
|