Kernel - Split Mutexes/Semaphores out
[tpg/acess2.git] / Kernel / include / hal_proc.h
index c807934..0df0556 100644 (file)
@@ -23,6 +23,10 @@ extern void  ArchThreads_Init(void);
  * \brief Start preemptive multithreading (if needed)
  */
 extern void    Proc_Start(void);
+/**
+ * \brief Called just before a thread is freed
+ */
+extern void    Proc_ClearThread(tThread *Thread);
 /**
  * \brief Get the ID of this CPU
  * \return Zero based CPU ID

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