OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/include/linux/i2c/s6000.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

11 lines
189 B
C

#ifndef __LINUX_I2C_S6000_H
#define __LINUX_I2C_S6000_H
struct s6_i2c_platform_data {
const char *clock; /* the clock to use */
int bus_num; /* the bus number to register */
};
#endif