From: John Hodge Date: Wed, 20 Jun 2012 14:57:02 +0000 (+0800) Subject: Kernel - PMM Statistics prototype in hal_proc.h X-Git-Tag: rel0.15~611^2~50 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=1df83575504bc5b2d7d9977268d3ccad6a0b6209;p=tpg%2Facess2.git Kernel - PMM Statistics prototype in hal_proc.h --- diff --git a/KernelLand/Kernel/include/hal_proc.h b/KernelLand/Kernel/include/hal_proc.h index 0f21a1c7..bb9dd4f6 100644 --- a/KernelLand/Kernel/include/hal_proc.h +++ b/KernelLand/Kernel/include/hal_proc.h @@ -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