hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
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 */