diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-30 17:06:02 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-30 17:06:02 +0300 |
| commit | ea5ebe0809fb31b9f125ac0689f706cc5f3f078f (patch) | |
| tree | 17081bd689709a9bfe48467c458425dea876bddd /common/vmem.c | |
| parent | 8a5e4cf53d981e793fca90d9b51bd395265cf4db (diff) | |
| download | kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.tar.gz kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.zip | |
rename to kmi
Diffstat (limited to 'common/vmem.c')
| -rw-r--r-- | common/vmem.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/common/vmem.c b/common/vmem.c index b28a3d6..d9c0c2a 100644 --- a/common/vmem.c +++ b/common/vmem.c @@ -6,12 +6,12 @@ * Virtual memory handling, mainly userspace virtual memory. */ -#include <apos/mem_regions.h> -#include <apos/assert.h> -#include <apos/string.h> -#include <apos/debug.h> -#include <apos/bits.h> -#include <apos/vmem.h> +#include <kmi/mem_regions.h> +#include <kmi/assert.h> +#include <kmi/string.h> +#include <kmi/debug.h> +#include <kmi/bits.h> +#include <kmi/vmem.h> #include <arch/vmem.h> stat_t init_uvmem(struct tcb *t, vm_t base, vm_t top) |
