prime/include/dolphin/os/OSPriv.h
Phillip Stephens a4137d0ddd Cleanup HW register usage
Former-commit-id: b1137488f68f313d671768befa5748f45244abf9
2023-02-07 05:51:34 -08:00

19 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