/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
- #ifndef __I2C_SH_MOBILE_H__
- #define __I2C_SH_MOBILE_H__
- #include <linux/platform_device.h>
- struct i2c_sh_mobile_platform_data {
- unsigned long bus_speed;
- };
- #endif /* __I2C_SH_MOBILE_H__ */