Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
os_internal.h
Go to the documentation of this file.
1 #ifndef _ULTRA64_OS_INTERNAL_H_
2 #define _ULTRA64_OS_INTERNAL_H_
3 
4 /* Internal functions used by the operating system */
5 /* Do not include this header in application code */
6 
7 /* Variables */
8 
9 //extern u64 osClockRate;
10 
11 /* Functions */
12 
13 /*u32 __osProbeTLB(void *);
14 u32 __osDisableInt(void);
15 void __osRestoreInt(u32);*/
17 
18 #endif
OSThread * __osGetCurrFaultedThread(void)
Definition: os_thread.h:50