Added OSTicksToCalendarTime

This commit is contained in:
rw-r-r-0644 2016-09-19 18:13:29 +02:00 committed by GitHub
parent 4ade58bf6a
commit 29cb6d12e2

View File

@ -93,6 +93,7 @@ extern void (* OSDetachThread)(void * thread);
extern void (* OSSleepTicks)(u64 ticks);
extern u64 (* OSGetTick)(void);
extern u64 (* OSGetTime)(void);
extern void (*OSTicksToCalendarTime)(s64 time, OSCalendarTime *calendarTime);
//!----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//! Mutex functions