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