Files
tp/include/dolphin/os/OSSync.h
T

19 lines
233 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef OSSYNC_H
#define OSSYNC_H
#ifdef __cplusplus
extern "C" {
#endif
static void SystemCallVector(void);
void __OSInitSystemCall(void);
void __OSSystemCallVectorEnd(void);
#ifdef __cplusplus
};
#endif
2021-03-28 22:49:05 +02:00
#endif /* OSSYNC_H */