Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / i2c / i2c-sh_mobile.h
diff --git a/kernel/include/linux/i2c/i2c-sh_mobile.h b/kernel/include/linux/i2c/i2c-sh_mobile.h
new file mode 100644 (file)
index 0000000..06e3089
--- /dev/null
@@ -0,0 +1,11 @@
+#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;
+       unsigned int clks_per_count;
+};
+
+#endif /* __I2C_SH_MOBILE_H__ */