]> Pileus Git - ~andy/linux/blob - include/linux/i2c/i2c-sh_mobile.h
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / include / linux / i2c / i2c-sh_mobile.h
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;
8 };
9
10 #endif /* __I2C_SH_MOBILE_H__ */