diff options
author | Mark Brown <broonie@kernel.org> | 2015-02-08 11:16:43 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-08 11:16:43 +0800 |
commit | 81306d53da7efde6fa17c04700b8782e08006e80 (patch) | |
tree | a64e4a2e6499f45da3bbd72af035f0000fba8b5c /include | |
parent | f69c22ed22a0529143aea74ead7696d6a8b8269d (diff) | |
parent | 19f0ad0942d560d33afedc66a27fe7d6e67373dc (diff) | |
download | linux-81306d53da7efde6fa17c04700b8782e08006e80.tar.bz2 |
Merge remote-tracking branch 'spi/topic/sh-msiof' into spi-next
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/spi/sh_msiof.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/spi/sh_msiof.h b/include/linux/spi/sh_msiof.h index 88a14d81c49e..b087a85f5f72 100644 --- a/include/linux/spi/sh_msiof.h +++ b/include/linux/spi/sh_msiof.h @@ -7,6 +7,8 @@ struct sh_msiof_spi_info { u16 num_chipselect; unsigned int dma_tx_id; unsigned int dma_rx_id; + u32 dtdl; + u32 syncdl; }; #endif /* __SPI_SH_MSIOF_H__ */ |