https://github.com/torvalds/linux
Raw File
Tip revision: cb655d0f3d57c23db51b981648e452988c0223f9 authored by Linus Torvalds on 06 October 2010, 20:39:52 UTC
Linux 2.6.36-rc7
Tip revision: cb655d0
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