From 1df83575504bc5b2d7d9977268d3ccad6a0b6209 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 20 Jun 2012 22:57:02 +0800 Subject: [PATCH] Kernel - PMM Statistics prototype in hal_proc.h --- KernelLand/Kernel/include/hal_proc.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.20.1