Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.0-rc3 10 lines 166 B view raw
1#ifndef __I2C_R_CAR_H__ 2#define __I2C_R_CAR_H__ 3 4#include <linux/platform_device.h> 5 6struct i2c_rcar_platform_data { 7 u32 bus_speed; 8}; 9 10#endif /* __I2C_R_CAR_H__ */