From 863de962dd7c4c73ec7c266b5b193f3a9ba69e5d Mon Sep 17 00:00:00 2001 From: rw-r-r-0644 Date: Mon, 19 Sep 2016 19:22:34 +0200 Subject: [PATCH] Update os_functions.h --- os_functions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/os_functions.h b/os_functions.h index 5f6ed6f..347da67 100644 --- a/os_functions.h +++ b/os_functions.h @@ -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