diff options
Diffstat (limited to 'sys/include/vm/vm.h')
-rw-r--r-- | sys/include/vm/vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/limine.h> #include <sys/cdefs.h> #include <vm/vm_page.h> +#include <vm/pmap.h> 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_ */ |