M7350/kernel/include/linux/i2c/i2c-sh_mobile.h

11 lines
193 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#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;
};
#endif /* __I2C_SH_MOBILE_H__ */