#ifndef RVL_SDK_OS_LINK_H #define RVL_SDK_OS_LINK_H #include #ifdef __cplusplus extern "C" { #endif void __OSModuleInit(void); #ifdef __cplusplus } #endif #endif