diff options
author | Ian Moffett <ian@osmora.org> | 2023-11-24 11:52:03 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2023-11-24 11:52:03 -0500 |
commit | 93a81b53875aa6e83631503c9bc5970c87021419 (patch) | |
tree | a45521f57f676920988680df5b71d4f287f30741 /sys/include/vm/vm.h | |
parent | 278d29c5021b1a0e3ecdead373a2d084e45dbecc (diff) |
kernel: Fixup VM header naming
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/vm/vm.h')
-rw-r--r-- | sys/include/vm/vm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/include/vm/vm.h b/sys/include/vm/vm.h index e18df4c..d135b72 100644 --- a/sys/include/vm/vm.h +++ b/sys/include/vm/vm.h @@ -33,8 +33,8 @@ #include <sys/types.h> #include <sys/limine.h> #include <sys/cdefs.h> -#include <vm/vm_page.h> -#include <vm/vm_pmap.h> +#include <vm/page.h> +#include <vm/pmap.h> #include <vm/tlsf.h> extern volatile struct limine_hhdm_request g_hhdm_request; |