x86_64 support, requiring a slight refactor to the build system.
[tpg/acess2.git] / Kernel / include / threads.h
index 2b066d9..f23c5b5 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <arch.h>
 #include <signal.h>
+#include <proc.h>
 
 typedef struct sMessage
 {
@@ -77,6 +78,8 @@ enum eFaultNumbers
        FAULT_FLOAT
 };
 
+#define GETMSG_IGNORE  ((void*)-1)
+
 // === FUNCTIONS ===
 extern tThread *Proc_GetCurThread();
 extern tThread *Threads_GetThread(Uint TID);

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