Both - Merge signal lists
[tpg/acess2.git] / KernelLand / Kernel / include / hal_proc.h
index 0f21a1c..5c03bda 100644 (file)
@@ -13,6 +13,7 @@
  * \brief Achitecture defined thread/process management functions
  */
 
+#include <threads.h>
 #include <threads_int.h>
 
 /**
@@ -84,6 +85,11 @@ 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