oom: skip zombies when iterating tasklist
[linux-2.6-block.git] / include / linux / i2c-omap.h
CommitLineData
20c9d2c4
KJ
1#ifndef __I2C_OMAP_H__
2#define __I2C_OMAP_H__
3
4d17aeb1
PW
4#include <linux/platform_device.h>
5
20c9d2c4
KJ
6struct omap_i2c_bus_platform_data {
7 u32 clkrate;
8 void (*set_mpu_wkup_lat)(struct device *dev, long set);
4d17aeb1
PW
9 int (*device_enable) (struct platform_device *pdev);
10 int (*device_shutdown) (struct platform_device *pdev);
11 int (*device_idle) (struct platform_device *pdev);
20c9d2c4
KJ
12};
13
14#endif