GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / sh / include / asm / spi.h
blobe96f5b0953c84724544abc7b355df565b0e01a55
1 #ifndef __ASM_SPI_H__
2 #define __ASM_SPI_H__
4 struct sh_spi_info;
6 struct sh_spi_info {
7 int bus_num;
8 int num_chipselect;
10 void (*chip_select)(struct sh_spi_info *spi, int cs, int state);
13 #endif /* __ASM_SPI_H__ */