Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
OSSync.h
Go to the documentation of this file.
1#ifndef OSSYNC_H
2#define OSSYNC_H
3
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9static void SystemCallVector(void);
10void __OSInitSystemCall(void);
11
13
14#ifdef __cplusplus
15};
16#endif
17
18#endif /* OSSYNC_H */
static void SystemCallVector(void)
void __OSInitSystemCall(void)
Definition OSSync.c:27
void __OSSystemCallVectorEnd(void)