Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / i2c / i2c-rcar.h
diff --git a/kernel/include/linux/i2c/i2c-rcar.h b/kernel/include/linux/i2c/i2c-rcar.h
new file mode 100644 (file)
index 0000000..496f5c2
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __I2C_R_CAR_H__
+#define __I2C_R_CAR_H__
+
+#include <linux/platform_device.h>
+
+struct i2c_rcar_platform_data {
+       u32 bus_speed;
+};
+
+#endif /* __I2C_R_CAR_H__ */