]> Git Repo - linux.git/blob - include/linux/i2c/i2c-rcar.h
bonding: Don't allow bond devices to change network namespaces.
[linux.git] / include / linux / i2c / i2c-rcar.h
1 #ifndef __I2C_R_CAR_H__
2 #define __I2C_R_CAR_H__
3
4 #include <linux/platform_device.h>
5
6 struct i2c_rcar_platform_data {
7         u32 bus_speed;
8 };
9
10 #endif /* __I2C_R_CAR_H__ */
This page took 0.035391 seconds and 4 git commands to generate.