swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 7ce7d89f48834cefece7804d38fc5d85382edf77 authored by Linus Torvalds on 26 December 2016, 00:13:08 UTC
Linux 4.10-rc1
Tip revision: 7ce7d89
i2c-sh_mobile.h
#ifndef __I2C_SH_MOBILE_H__
#define __I2C_SH_MOBILE_H__

#include <linux/platform_device.h>

struct i2c_sh_mobile_platform_data {
	unsigned long bus_speed;
	unsigned int clks_per_count;
};

#endif /* __I2C_SH_MOBILE_H__ */
back to top