mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 23:05:20 -04:00
14 lines
179 B
C
14 lines
179 B
C
#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
|