#ifndef RVL_SDK_SI_SIBIOS_H #define RVL_SDK_SI_SIBIOS_H #include "common.h" #ifdef __cplusplus extern "C" { #endif void SIInit(void); #ifdef __cplusplus } #endif #endif