sm64pc/include/PR/os_misc.h

12 lines
212 B
C
Raw Normal View History

2019-08-25 06:46:40 +02:00
#ifndef _ULTRA64_OS_MISC_H_
#define _ULTRA64_OS_MISC_H_
2020-02-03 06:51:26 +01:00
#include <PR/ultratypes.h>
2019-08-25 06:46:40 +02:00
/* Miscellaneous OS functions */
void osInitialize(void);
u32 osGetCount(void);
2019-10-05 21:08:05 +02:00
uintptr_t osVirtualToPhysical(void *);
2019-08-25 06:46:40 +02:00
#endif