GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / i2c-omap.h
blob78ebf507ce56769cdadaf26b79a034459b8c1fa4
1 #ifndef __I2C_OMAP_H__
2 #define __I2C_OMAP_H__
4 struct omap_i2c_bus_platform_data {
5 u32 clkrate;
6 void (*set_mpu_wkup_lat)(struct device *dev, long set);
7 };
9 #endif