summaryrefslogtreecommitdiff
path: root/sys/include/vm/physmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/vm/physmem.h')
-rw-r--r--sys/include/vm/physmem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/include/vm/physmem.h b/sys/include/vm/physmem.h
index ae11530..3f1da61 100644
--- a/sys/include/vm/physmem.h
+++ b/sys/include/vm/physmem.h
@@ -32,6 +32,10 @@
#include <sys/types.h>
+uint32_t vm_mem_used(void);
+uint32_t vm_mem_free(void);
+size_t vm_mem_total(void);
+
void vm_physmem_init(void);
uintptr_t vm_alloc_frame(size_t count);
void vm_free_frame(uintptr_t base, size_t count);