Files
ss/include/lib/rvl/OS/OSSync.h
T
lepelog 42880ec9ae init
2023-08-09 16:59:04 +02:00

14 lines
186 B
C

#ifndef RVL_SDK_OS_SYNC_H
#define RVL_SDK_OS_SYNC_H
#include <lib/rvl/types.h>
#ifdef __cplusplus
extern "C" {
#endif
void __OSInitSystemCall(void);
#ifdef __cplusplus
}
#endif
#endif