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

Configure Feed

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

at v3.4 10 lines 185 B view raw
1#ifndef __SPI_SH_MSIOF_H__ 2#define __SPI_SH_MSIOF_H__ 3 4struct sh_msiof_spi_info { 5 int tx_fifo_override; 6 int rx_fifo_override; 7 u16 num_chipselect; 8}; 9 10#endif /* __SPI_SH_MSIOF_H__ */