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 *);
14u32 __osDisableInt(void);
15void __osRestoreInt(u32);*/
17
18#endif
OSThread * __osGetCurrFaultedThread(void)
Definition __osGetCurrFaultedThread.c:3
Definition os_thread.h:50