Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
spi_oc_tiny.h
Go to the documentation of this file.
1 #ifndef _LINUX_SPI_SPI_OC_TINY_H
2 #define _LINUX_SPI_SPI_OC_TINY_H
3 
14  unsigned int freq;
15  unsigned int baudwidth;
16  unsigned int gpio_cs_count;
17  int *gpio_cs;
18 };
19 
20 #endif /* _LINUX_SPI_SPI_OC_TINY_H */