Linux 4.19-rc7
[linux-2.6/btrfs-unstable.git] / arch / sh / include / asm / spi.h
blob6780753bd249147971dc7bc1280c6bad0b4cd3b1
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_SPI_H__
3 #define __ASM_SPI_H__
5 struct sh_spi_info;
7 struct sh_spi_info {
8 int bus_num;
9 int num_chipselect;
11 void (*chip_select)(struct sh_spi_info *spi, int cs, int state);
14 #endif /* __ASM_SPI_H__ */