https://github.com/torvalds/linux
Raw File
Tip revision: b37fa16e78d6f9790462b3181602a26b5af36260 authored by Linus Torvalds on 22 July 2010, 19:13:38 UTC
Linux 2.6.35-rc6
Tip revision: b37fa16
i2c-omap.h
#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
back to top