diff options
author | sigsegv7 <ian@vegaa.systems> | 2023-10-11 16:45:04 -0400 |
---|---|---|
committer | sigsegv7 <ian@vegaa.systems> | 2023-10-11 16:46:35 -0400 |
commit | 56a48e52c3abdba51af3178a16beff56600bc91a (patch) | |
tree | 43524be2d24d7767a8eb29463b2408ddf50df52d /sys/include | |
parent | 46f72c5c930419aa57aca0d8480d1ccc9131d590 (diff) |
kernel: vm: pmap.h -> vm_pmap.h
Signed-off-by: sigsegv7 <ian@vegaa.systems>
Diffstat (limited to 'sys/include')
-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 |