summaryrefslogtreecommitdiff
path: root/sys/inc/mu
diff options
context:
space:
mode:
Diffstat (limited to 'sys/inc/mu')
-rw-r--r--sys/inc/mu/mmu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/inc/mu/mmu.h b/sys/inc/mu/mmu.h
index ce52376..945e375 100644
--- a/sys/inc/mu/mmu.h
+++ b/sys/inc/mu/mmu.h
@@ -35,6 +35,12 @@
#include <md/vas.h> /* shared */
/*
+ * Copy the current VAS leaving the user-side
+ * zeroed
+ */
+__strong int mu_pmap_forkvas(struct mmu_vas *result);
+
+/*
* Read the currently in-use virtual address space
* structure
*/