Kernel - PMM Statistics prototype in hal_proc.h
authorJohn Hodge <[email protected]>
Wed, 20 Jun 2012 14:57:02 +0000 (22:57 +0800)
committerJohn Hodge <[email protected]>
Wed, 20 Jun 2012 14:57:02 +0000 (22:57 +0800)
KernelLand/Kernel/include/hal_proc.h

index 0f21a1c..bb9dd4f 100644 (file)
@@ -84,6 +84,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