Mario Kart 64
os_misc.h
Go to the documentation of this file.
1 #ifndef _ULTRA64_OS_MISC_H_
2 #define _ULTRA64_OS_MISC_H_
3 #include <PR/ultratypes.h>
4 /* Miscellaneous OS functions */
5 
6 void osInitialize(void);
7 u32 osGetCount(void);
8 
9 uintptr_t osVirtualToPhysical(void *);
10 
11 #endif
uintptr_t osVirtualToPhysical(void *)
Definition: osVirtualToPhysical.c:3
void osInitialize(void)
Definition: osInitialize.c:29
u32 osGetCount(void)
unsigned int u32
Definition: ultratypes.h:16