Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / includes / lunaix / mm / procvm.h
index 820bf1e61f044a3aeafa4c6f8536f4646548be24..82a2de35a2e252584b3c847041361ba5aeb7bdd4 100644 (file)
@@ -108,4 +108,14 @@ procvm_copy_remote(struct remote_vmctx* rvmctx,
 void
 procvm_exit_remote(struct remote_vmctx* rvmctx);
 
+/*
+    architecture-specific
+*/
+
+void
+procvm_link_kernel(ptr_t dest_mnt);
+
+void
+procvm_unlink_kernel();
+
 #endif /* __LUNAIX_PROCVM_H */