Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
include
PR
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);*/
16
OSThread
*
__osGetCurrFaultedThread
(
void
);
17
18
#endif
__osGetCurrFaultedThread
OSThread * __osGetCurrFaultedThread(void)
OSThread_s
Definition:
os_thread.h:50
Generated by
1.8.13