// // Created by erki on 4.06.22. // #ifndef SKL_TUNNEL_RADIO_SPI_H #define SKL_TUNNEL_RADIO_SPI_H #ifdef __cplusplus extern "C" { #endif #include struct spi_m_sync_descriptor* radio_spi_init(void); #ifdef __cplusplus } #endif #endif //SKL_TUNNEL_RADIO_SPI_H