aboutsummaryrefslogtreecommitdiff
path: root/include/apos/vmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/vmem.h')
-rw-r--r--include/apos/vmem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apos/vmem.h b/include/apos/vmem.h
index f1b0d19..036780f 100644
--- a/include/apos/vmem.h
+++ b/include/apos/vmem.h
@@ -12,7 +12,9 @@ vm_t alloc_shared_uvmem(struct tcb *r, size_t size, vmflags_t flags);
vm_t ref_shared_uvmem(struct tcb *r1, struct tcb *r2, vm_t va, vmflags_t flags);
stat_t free_uvmem(struct tcb *r, vm_t a);
+
stat_t init_uvmem(struct tcb *r, vm_t base, vm_t top);
+stat_t destroy_uvmem(struct tcb *r);
stat_t alloc_uvmem_wrapper(struct vm_branch *b, pm_t *offset, vm_t vaddr,
vmflags_t flags, enum mm_order order, void *data);