kernel/include/linux/spi/spi_bitbang.h
.. .. @@ -44,6 +44,7 @@ 44 44 45 45 /* start or stop queue processing */ 46 46 extern int spi_bitbang_start(struct spi_bitbang *spi); 47 +extern int spi_bitbang_init(struct spi_bitbang *spi);47 48 extern void spi_bitbang_stop(struct spi_bitbang *spi); 48 49 49 50 #endif /* __SPI_BITBANG_H */