blob: 496f5c2b23c9c430298a5d02c8fae6a7c9b92ab5 [file] [log] [blame]
Kuninori Morimoto6ccbe602012-09-27 23:44:25 -07001#ifndef __I2C_R_CAR_H__
2#define __I2C_R_CAR_H__
3
4#include <linux/platform_device.h>
5
6struct i2c_rcar_platform_data {
7 u32 bus_speed;
8};
9
10#endif /* __I2C_R_CAR_H__ */