s6000.h 189 B

1234567891011
  1. #ifndef __LINUX_I2C_S6000_H
  2. #define __LINUX_I2C_S6000_H
  3. struct s6_i2c_platform_data {
  4. const char *clock; /* the clock to use */
  5. int bus_num; /* the bus number to register */
  6. };
  7. #endif