]> bbs.cooldavid.org Git - net-next-2.6.git/blame - include/linux/i2c-omap.h
bonding: IGMP handling cleanup
[net-next-2.6.git] / include / linux / i2c-omap.h
CommitLineData
20c9d2c4
KJ
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