prime/include/dolphin/os/OSPriv.h
Phillip Stephens 0bffff2eb5 Match and link OSAlarm
Former-commit-id: 438bf9053ccaafc02e3bb59217ef2b96fbaa7947
2022-11-03 09:17:03 -07:00

19 lines
317 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
extern "C" {
#endif
#endif // _DOLPHIN_OSPRIV