From 1c4c7f88056f50987a5a4d40016d6e32dc5a0205 Mon Sep 17 00:00:00 2001 From: sigsegv7 Date: Wed, 11 Oct 2023 16:39:05 -0400 Subject: kernel: vm: Add PMAP abstraction Signed-off-by: sigsegv7 --- sys/include/vm/vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/include/vm/vm.h') diff --git a/sys/include/vm/vm.h b/sys/include/vm/vm.h index baf7677..e238cd0 100644 --- a/sys/include/vm/vm.h +++ b/sys/include/vm/vm.h @@ -34,6 +34,7 @@ #include #include #include +#include extern volatile struct limine_hhdm_request g_hhdm_request; @@ -55,6 +56,5 @@ vm_get_page_size(void) } void vm_init(void); -struct vas vm_new_vas(void); #endif /* !_VM_H_ */ -- cgit v1.2.3