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