summaryrefslogtreecommitdiff
path: root/src/sys/include/vm/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/vm/vm.h')
-rw-r--r--src/sys/include/vm/vm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sys/include/vm/vm.h b/src/sys/include/vm/vm.h
index ba76b98..476ff27 100644
--- a/src/sys/include/vm/vm.h
+++ b/src/sys/include/vm/vm.h
@@ -38,4 +38,6 @@
#define VIRT_TO_PHYS(VIRT) ((uintptr_t)(VIRT) - VM_HIGHER_HALF)
#define DEFAULT_PAGESIZE 4096
+void vm_init(void);
+
#endif /* !_VM_H_ */