2019-08-25 00:46:40 -04:00
|
|
|
#ifndef _ULTRA64_OS_MISC_H_
|
|
|
|
#define _ULTRA64_OS_MISC_H_
|
|
|
|
|
|
|
|
/* Miscellaneous OS functions */
|
|
|
|
|
|
|
|
void osInitialize(void);
|
|
|
|
u32 osGetCount(void);
|
|
|
|
|
2019-10-05 15:08:05 -04:00
|
|
|
uintptr_t osVirtualToPhysical(void *);
|
2019-08-25 00:46:40 -04:00
|
|
|
|
|
|
|
#endif
|