]> Git Repo - linux.git/blob - include/linux/i2c-omap.h
kobject: Send hotplug events in all network namespaces
[linux.git] / include / linux / i2c-omap.h
1 #ifndef __I2C_OMAP_H__
2 #define __I2C_OMAP_H__
3
4 struct omap_i2c_bus_platform_data {
5         u32             clkrate;
6         void            (*set_mpu_wkup_lat)(struct device *dev, long set);
7 };
8
9 #endif
This page took 0.033039 seconds and 4 git commands to generate.