18 lines
306 B
C
18 lines
306 B
C
#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
|
|
}
|
|
#endif
|
|
|
|
#endif // _DOLPHIN_OSPRIV
|