Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.14 11 lines 223 B view raw
1#ifndef __I2C_SH_MOBILE_H__ 2#define __I2C_SH_MOBILE_H__ 3 4#include <linux/platform_device.h> 5 6struct i2c_sh_mobile_platform_data { 7 unsigned long bus_speed; 8 unsigned int clks_per_count; 9}; 10 11#endif /* __I2C_SH_MOBILE_H__ */