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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/vm/physmem.h b/sys/include/vm/physmem.h
index e16bcf9..3f1da61 100644
--- a/sys/include/vm/physmem.h
+++ b/sys/include/vm/physmem.h
@@ -34,6 +34,7 @@
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);