hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/linux/spi/spi_bitbang.h
....@@ -44,6 +44,7 @@
4444
4545 /* start or stop queue processing */
4646 extern int spi_bitbang_start(struct spi_bitbang *spi);
47
+extern int spi_bitbang_init(struct spi_bitbang *spi);
4748 extern void spi_bitbang_stop(struct spi_bitbang *spi);
4849
4950 #endif /* __SPI_BITBANG_H */