summaryrefslogtreecommitdiff
path: root/include/dolphin/os/OSPriv.h
blob: b3db327834696463251b10ebe0aad7bfd073a4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _DOLPHIN_OSPRIV
#define _DOLPHIN_OSPRIV

#include "dolphin/os.h"

#ifdef __cplusplus
extern "C" {
#endif

__OSExceptionHandler __OSGetExceptionHandler(__OSException exception);
OSTime __OSGetSystemTime();
OSTime __OSTimeToSystemTime(OSTime);

#ifdef __cplusplus
extern "C" {
#endif

#endif // _DOLPHIN_OSPRIV