Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
include
PR
os_misc.h
Go to the documentation of this file.
1
#ifndef _ULTRA64_OS_MISC_H_
2
#define _ULTRA64_OS_MISC_H_
3
4
/* Miscellaneous OS functions */
5
6
void
osInitialize
(
void
);
7
u32
osGetCount
(
void
);
8
9
u32
osVirtualToPhysical
(
void
*);
10
11
#endif
osVirtualToPhysical
u32 osVirtualToPhysical(void *)
Definition:
osVirtualToPhysical.c:3
osInitialize
void osInitialize(void)
Definition:
osInitialize.c:25
osGetCount
u32 osGetCount(void)
u32
unsigned int u32
Definition:
ultratypes.h:16
Generated by
1.8.13