Magnus Damm | 8051eff | 2009-11-26 11:10:05 +0000 | [diff] [blame] | 1 | #ifndef __SPI_SH_MSIOF_H__ |
2 | #define __SPI_SH_MSIOF_H__ | ||||
3 | |||||
4 | struct sh_msiof_spi_info { | ||||
5 | int tx_fifo_override; | ||||
6 | int rx_fifo_override; | ||||
7 | u16 num_chipselect; | ||||
Geert Uytterhoeven | b0d0ce8 | 2014-06-30 12:10:24 +0200 | [diff] [blame] | 8 | unsigned int dma_tx_id; |
9 | unsigned int dma_rx_id; | ||||
Magnus Damm | 8051eff | 2009-11-26 11:10:05 +0000 | [diff] [blame] | 10 | }; |
11 | |||||
12 | #endif /* __SPI_SH_MSIOF_H__ */ |