diff options
Diffstat (limited to 'sys/include/vm')
-rw-r--r-- | sys/include/vm/vm.h | 2 | ||||
-rw-r--r-- | sys/include/vm/vm_pmap.h (renamed from sys/include/vm/pmap.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/vm/vm.h b/sys/include/vm/vm.h index e238cd0..62c1dfd 100644 --- a/sys/include/vm/vm.h +++ b/sys/include/vm/vm.h @@ -34,7 +34,7 @@ #include <sys/limine.h> #include <sys/cdefs.h> #include <vm/vm_page.h> -#include <vm/pmap.h> +#include <vm/vm_pmap.h> extern volatile struct limine_hhdm_request g_hhdm_request; diff --git a/sys/include/vm/pmap.h b/sys/include/vm/vm_pmap.h index 8dd6b7d..8dd6b7d 100644 --- a/sys/include/vm/pmap.h +++ b/sys/include/vm/vm_pmap.h |