Blame view

kernel/linux-rt-4.4.41/include/linux/spi/mc33880.h 157 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
  #ifndef LINUX_SPI_MC33880_H
  #define LINUX_SPI_MC33880_H
  
  struct mc33880_platform_data {
  	/* number assigned to the first GPIO */
  	unsigned	base;
  };
  
  #endif