thp: add pmd paravirt ops
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / i2c-omap.h
blob7472449cbb7416b7a23f964e542af373fda2411e
1 #ifndef __I2C_OMAP_H__
2 #define __I2C_OMAP_H__
4 #include <linux/platform_device.h>
6 struct omap_i2c_bus_platform_data {
7 u32 clkrate;
8 void (*set_mpu_wkup_lat)(struct device *dev, long set);
9 int (*device_enable) (struct platform_device *pdev);
10 int (*device_shutdown) (struct platform_device *pdev);
11 int (*device_idle) (struct platform_device *pdev);
14 #endif