mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-07 20:01:13 -04:00
12 lines
180 B
C
12 lines
180 B
C
#ifndef _ULTRA64_OS_MISC_H_
|
|
#define _ULTRA64_OS_MISC_H_
|
|
|
|
/* Miscellaneous OS functions */
|
|
|
|
void osInitialize(void);
|
|
u32 osGetCount(void);
|
|
|
|
u32 osVirtualToPhysical(void *);
|
|
|
|
#endif
|