Modules/FAT - Fixed write support
[tpg/acess2.git] / Tools / DiskTool / src / threads.c
index b5c2edf..79ec4c6 100644 (file)
@@ -2,8 +2,19 @@
  * 
  */
 #include <acess.h>
+#include <threads.h>
 
 // === CODE ===
+tThread *Proc_GetCurThread(void)
+{
+       return NULL;
+}
+
+void Threads_PostEvent(tThread *Thread, Uint32 Events)
+{
+       
+}
+
 Uint32 Threads_WaitEvents(Uint32 Events)
 {
        Log_KernelPanic("Threads", "Can't use _WaitEvents in DiskTool");

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