Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
[deliverable/linux.git] / include / linux / i2c / i2c-sh_mobile.h
CommitLineData
81f81153
MD
1#ifndef __I2C_SH_MOBILE_H__
2#define __I2C_SH_MOBILE_H__
3
4#include <linux/platform_device.h>
5
6struct i2c_sh_mobile_platform_data {
7 unsigned long bus_speed;
ebd5ac16 8 unsigned int clks_per_count;
81f81153
MD
9};
10
11#endif /* __I2C_SH_MOBILE_H__ */
This page took 0.508631 seconds and 5 git commands to generate.