aboutsummaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/vmem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arch/vmem.h b/include/arch/vmem.h
index 182af11..74b0aa5 100644
--- a/include/arch/vmem.h
+++ b/include/arch/vmem.h
@@ -23,4 +23,6 @@ struct vm_branch *init_vmem(void *fdt);
vm_t setup_kernel_io(struct vm_branch *b, vm_t paddr);
#endif
+stat_t clone_vmbranch(struct vm_branch *, struct vm_branch *);
+
#endif /* APOS_ARCH_PAGES_H */