1 #ifndef _ULTRA64_TIME_H_ 2 #define _ULTRA64_TIME_H_ void osSetTime(OSTime time)
Definition: osSetTime.c:5
struct OSTimer_str * next
Definition: os_time.h:9
u64 remaining
Definition: os_time.h:12
unsigned long long int u64
Definition: ultratypes.h:18
struct OSTimer_str OSTimer
u64 interval
Definition: os_time.h:11
OSTime osGetTime(void)
Definition: osGetTime.c:6
struct OSTimer_str * prev
Definition: os_time.h:10
u64 OSTime
Definition: os_time.h:17
u32 osSetTimer(OSTimer *, OSTime, u64, OSMesgQueue *, OSMesg)
Definition: osSetTimer.c:5
OSMesgQueue * mq
Definition: os_time.h:13
unsigned int u32
Definition: ultratypes.h:16
OSMesg * msg
Definition: os_time.h:14