/include/linux/i2c/i2c-sh_mobile.h

https://github.com/airy09/android_kernel_sony_apq8064 · C Header · 10 lines · 7 code · 3 blank · 0 comment · 0 complexity · 35e90503a3b11201ec00f023725a926f MD5 · raw file

  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. };
  7. #endif /* __I2C_SH_MOBILE_H__ */