You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __I2C_OMAP_H__
|
|
#define __I2C_OMAP_H__
|
|
|
|
struct omap_i2c_bus_platform_data {
|
|
u32 clkrate;
|
|
void (*set_mpu_wkup_lat)(struct device *dev, long set);
|
|
};
|
|
|
|
#endif
|
|
|