#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; unsigned int clks_per_count; }; #endif /* __I2C_SH_MOBILE_H__ */Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| magnus damm | magnus damm | 21 | 84.00% | 1 | 50.00% |
| shinya kuribayashi | shinya kuribayashi | 4 | 16.00% | 1 | 50.00% |
| Total | 25 | 100.00% | 2 | 100.00% |