Blame view

kernel/linux-imx6_3.14.28/include/linux/i2c/s6000.h 189 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
  #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