sm64pc/include/PR/os_misc.h

12 lines
180 B
C
Raw Normal View History

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