mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _ULTRA64_OS_INTERNAL_H_
 | 
						|
#define _ULTRA64_OS_INTERNAL_H_
 | 
						|
#include "PR/os_message.h"
 | 
						|
 | 
						|
/* Internal functions used by the operating system */
 | 
						|
/* Do not include this header in application code */
 | 
						|
 | 
						|
/* Variables */
 | 
						|
 | 
						|
//extern u64 osClockRate;
 | 
						|
 | 
						|
/* Functions */
 | 
						|
 | 
						|
/*u32 __osProbeTLB(void *);
 | 
						|
u32 __osDisableInt(void);
 | 
						|
void __osRestoreInt(u32);*/
 | 
						|
OSThread *__osGetCurrFaultedThread(void);
 | 
						|
 | 
						|
#endif
 |