blob: ae0796ce17ad9b88e2083caea74be0c313b53dd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef RVL_SDK_OS_SYNC_H
#define RVL_SDK_OS_SYNC_H
#include "common.h"
#ifdef __cplusplus
extern "C" {
#endif
void __OSInitSystemCall(void);
#ifdef __cplusplus
}
#endif
#endif
|