i2c-rcar.h 166 B

12345678910
  1. #ifndef __I2C_R_CAR_H__
  2. #define __I2C_R_CAR_H__
  3. #include <linux/platform_device.h>
  4. struct i2c_rcar_platform_data {
  5. u32 bus_speed;
  6. };
  7. #endif /* __I2C_R_CAR_H__ */