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 v2.6.37-rc8 9 lines 167 B view raw
1#ifndef __I2C_OMAP_H__ 2#define __I2C_OMAP_H__ 3 4struct omap_i2c_bus_platform_data { 5 u32 clkrate; 6 void (*set_mpu_wkup_lat)(struct device *dev, long set); 7}; 8 9#endif