Mario Kart 64
Loading...
Searching...
No Matches
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)
Definition
__osGetCurrFaultedThread.c:3
OSThread_s
Definition
os_thread.h:50
include
PR
os_internal.h
Generated by
1.11.0