https://github.com/torvalds/linux
Raw File
Tip revision: 49553c2ef88749dd502687f4eb9c258bb10a4f44 authored by Linus Torvalds on 12 September 2010, 23:07:37 UTC
Linux 2.6.36-rc4
Tip revision: 49553c2
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