Cleanup and Bugfixes
[tpg/acess2.git] / Kernel / arch / x86 / time.c
index cfe2f03..abdbb11 100644 (file)
@@ -177,3 +177,9 @@ void Time_Delay(int Delay)
        Sint64  dest = giTimestamp + Delay;
        while(dest < giTimestamp)       Threads_Yield();
 }
+
+// === EXPORTS ===
+EXPORT(now);
+EXPORT(Time_CreateTimer);
+EXPORT(Time_RemoveTimer);
+EXPORT(Time_Delay);

UCC git Repository :: git.ucc.asn.au