From 29cb6d12e2108ffd688f642768eaf5e5e10f8393 Mon Sep 17 00:00:00 2001 From: rw-r-r-0644 Date: Mon, 19 Sep 2016 18:13:29 +0200 Subject: [PATCH] Added OSTicksToCalendarTime --- os_functions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/os_functions.h b/os_functions.h index 29bad5f..a2f00ec 100644 --- a/os_functions.h +++ b/os_functions.h @@ -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