i2c-sh_mobile.h 223 B

1234567891011
  1. #ifndef __I2C_SH_MOBILE_H__
  2. #define __I2C_SH_MOBILE_H__
  3. #include <linux/platform_device.h>
  4. struct i2c_sh_mobile_platform_data {
  5. unsigned long bus_speed;
  6. unsigned int clks_per_count;
  7. };
  8. #endif /* __I2C_SH_MOBILE_H__ */