Kernel - Ring buffer free method
[tpg/acess2.git] / KernelLand / Kernel / include / hal_proc.h
index bb9dd4f..c65251d 100644 (file)
@@ -13,6 +13,7 @@
  * \brief Achitecture defined thread/process management functions
  */
 
+#include <threads.h>
 #include <threads_int.h>
 
 /**
@@ -84,11 +85,6 @@ extern void  MM_ClearUser(void);
  */
 extern void    MM_DumpTables(tVAddr Start, tVAddr End);
 
-/**
- * \brief Dump physical memory usage statistics to the debug channel
- */
-extern void    MM_DumpStatistics(void);
-
 /**
  * \brief Check if a buffer is valid (and all user if originally user)
  * \param Addr Base address

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