aboutsummaryrefslogtreecommitdiff
path: root/include/apos/vmem.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-12-27 20:40:44 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2021-12-27 20:40:44 +0200
commita12e50e5a7dae52ed8bd5a24cc6576371e20985b (patch)
tree70ddf625029dbe1ca4d38ec4f1819fe5fe7e4291 /include/apos/vmem.h
parentd98ec57128628b81fcd32269a92742a037b7f713 (diff)
downloadkmi-a12e50e5a7dae52ed8bd5a24cc6576371e20985b.tar.gz
kmi-a12e50e5a7dae52ed8bd5a24cc6576371e20985b.zip
Started work on syscalls
Diffstat (limited to 'include/apos/vmem.h')
-rw-r--r--include/apos/vmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apos/vmem.h b/include/apos/vmem.h
index b7522d2..93d2ed7 100644
--- a/include/apos/vmem.h
+++ b/include/apos/vmem.h
@@ -54,6 +54,7 @@ vm_t alloc_fixed_region(struct sp_reg_root *r, vm_t start, size_t size, size_t *
void free_region(struct sp_reg_root *r, vm_t start);
vm_t alloc_uvmem(struct tcb *r, size_t size, uint8_t flags);
+vm_t alloc_fixed_uvmem(struct tcb *r, vm_t start, size_t size, uint8_t flags);
void free_uvmem(struct tcb *r, vm_t a);
vm_t map_fill_region(struct vm_branch_t *b, vm_t start, size_t bytes, uint8_t flags);