diff options
Diffstat (limited to 'sys/include/vm')
-rw-r--r-- | sys/include/vm/page.h (renamed from sys/include/vm/vm_page.h) | 0 | ||||
-rw-r--r-- | sys/include/vm/physseg.h (renamed from sys/include/vm/vm_physseg.h) | 0 | ||||
-rw-r--r-- | sys/include/vm/pmap.h (renamed from sys/include/vm/vm_pmap.h) | 0 | ||||
-rw-r--r-- | sys/include/vm/vm.h | 4 |
4 files changed, 2 insertions, 2 deletions
diff --git a/sys/include/vm/vm_page.h b/sys/include/vm/page.h index 21d2a6e..21d2a6e 100644 --- a/sys/include/vm/vm_page.h +++ b/sys/include/vm/page.h diff --git a/sys/include/vm/vm_physseg.h b/sys/include/vm/physseg.h index d0b474e..d0b474e 100644 --- a/sys/include/vm/vm_physseg.h +++ b/sys/include/vm/physseg.h diff --git a/sys/include/vm/vm_pmap.h b/sys/include/vm/pmap.h index f83219d..f83219d 100644 --- a/sys/include/vm/vm_pmap.h +++ b/sys/include/vm/pmap.h 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; |