SSBM Decomp
Loading...
Searching...
No Matches
OSSync.h
Go to the documentation of this file.
1#ifndef DOLPHIN_OS_OSSYNC_H
2#define DOLPHIN_OS_OSSYNC_H
3
4#include <platform.h>
5
6void __OSSystemCallVector(void);
7void __OSInitSystemCall(void);
8
9#endif
void __OSSystemCallVector(void)
Definition OSSync.c:32
void __OSInitSystemCall(void)
Definition OSSync.c:51