X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bffa3430fbbaaad29bec0b5bee9c1f0bfc7fd068..34f6af4f61e0eec9c96113e07f140b609b4113c8:/lunaix-os/includes/lunaix/mm/procvm.h diff --git a/lunaix-os/includes/lunaix/mm/procvm.h b/lunaix-os/includes/lunaix/mm/procvm.h index 820bf1e..82a2de3 100644 --- a/lunaix-os/includes/lunaix/mm/procvm.h +++ b/lunaix-os/includes/lunaix/mm/procvm.h @@ -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 */