Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.38-rc3 13 lines 226 B view raw
1#ifndef __ASM_SPI_H__ 2#define __ASM_SPI_H__ 3 4struct sh_spi_info; 5 6struct sh_spi_info { 7 int bus_num; 8 int num_chipselect; 9 10 void (*chip_select)(struct sh_spi_info *spi, int cs, int state); 11}; 12 13#endif /* __ASM_SPI_H__ */