diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-05 17:04:01 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-05 17:04:01 -0300 |
commit | 57f0f512b273f60d52568b8c6b77e17f5636edc0 (patch) | |
tree | 5e910f0e82173f4ef4f51111366a3f1299037a7b /include/linux/spi/sh_msiof.h |
Initial import
Diffstat (limited to 'include/linux/spi/sh_msiof.h')
-rw-r--r-- | include/linux/spi/sh_msiof.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/linux/spi/sh_msiof.h b/include/linux/spi/sh_msiof.h new file mode 100644 index 000000000..b087a85f5 --- /dev/null +++ b/include/linux/spi/sh_msiof.h @@ -0,0 +1,14 @@ +#ifndef __SPI_SH_MSIOF_H__ +#define __SPI_SH_MSIOF_H__ + +struct sh_msiof_spi_info { + int tx_fifo_override; + int rx_fifo_override; + u16 num_chipselect; + unsigned int dma_tx_id; + unsigned int dma_rx_id; + u32 dtdl; + u32 syncdl; +}; + +#endif /* __SPI_SH_MSIOF_H__ */ |