thermal: exynos: Add TMU support for Exynos7 SoC
[linux-2.6/btrfs-unstable.git] / include / linux / spi / sh_msiof.h
blob88a14d81c49e3f5a19e89e26b93c41e09af2f427
1 #ifndef __SPI_SH_MSIOF_H__
2 #define __SPI_SH_MSIOF_H__
4 struct sh_msiof_spi_info {
5 int tx_fifo_override;
6 int rx_fifo_override;
7 u16 num_chipselect;
8 unsigned int dma_tx_id;
9 unsigned int dma_rx_id;
12 #endif /* __SPI_SH_MSIOF_H__ */