Update os_functions.h

This commit is contained in:
rw-r-r-0644 2016-09-19 19:22:34 +02:00 committed by GitHub
parent d909f321c6
commit 863de962dd

View File

@ -92,9 +92,9 @@ extern int (* OSJoinThread)(void * thread, int * ret_val);
extern int (* OSSetThreadPriority)(void * thread, int priority);
extern void (* OSDetachThread)(void * thread);
extern void (* OSSleepTicks)(u64 ticks);
extern s64 (* OSGetTick)(void);
extern s64 (* OSGetTime)(void);
extern void (*OSTicksToCalendarTime)(s64 time, OSCalendarTime *calendarTime);
extern u64 (* OSGetTick)(void);
extern u64 (* OSGetTime)(void);
extern void (*OSTicksToCalendarTime)(u64 time, OSCalendarTime *calendarTime);
//!----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//! Mutex functions