X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Finclude%2Fhal_proc.h;h=bb9dd4f6c4ff389a488bd5fbe5a8b6d87d67b72b;hb=ce452fe1a1b499f519aaa7cb9722d4beeb2a6644;hp=0f21a1c792804bce1dabcb991b544ff49038214c;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;p=tpg%2Facess2.git 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