mirror of
https://github.com/n64decomp/sm64
synced 2026-05-06 05:54:00 +00: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
|