From a12e50e5a7dae52ed8bd5a24cc6576371e20985b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 27 Dec 2021 20:40:44 +0200 Subject: Started work on syscalls --- include/apos/vmem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/apos/vmem.h') 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); -- cgit v1.3