Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
spi-ep93xx.h
Go to the documentation of this file.
1 #ifndef __ASM_MACH_EP93XX_SPI_H
2 #define __ASM_MACH_EP93XX_SPI_H
3 
4 struct spi_device;
5 
14  bool use_dma;
15 };
16 
24  int (*setup)(struct spi_device *spi);
25  void (*cleanup)(struct spi_device *spi);
26  void (*cs_control)(struct spi_device *spi, int value);
27 };
28 
29 #endif /* __ASM_MACH_EP93XX_SPI_H */