i2c-omap.h 167 B

123456789
  1. #ifndef __I2C_OMAP_H__
  2. #define __I2C_OMAP_H__
  3. struct omap_i2c_bus_platform_data {
  4. u32 clkrate;
  5. void (*set_mpu_wkup_lat)(struct device *dev, long set);
  6. };
  7. #endif