Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
spi.h
Go to the documentation of this file.
1 #ifndef __ASM_SPI_H__
2 #define __ASM_SPI_H__
3 
4 struct sh_spi_info;
5 
6 struct sh_spi_info {
7  int bus_num;
9 
10  void (*chip_select)(struct sh_spi_info *spi, int cs, int state);
11 };
12 
13 #endif /* __ASM_SPI_H__ */