mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 01:08:55 +00:00
core: implement 'Vm_session_component::reserve_and_flush()'
Issue #5069
This commit is contained in:
committed by
Christian Helmuth
parent
9a65e4f607
commit
32e7ec7b9b
@ -93,6 +93,7 @@ class Core::Vm_session_component
|
||||
/* helpers for vm_session_common.cc */
|
||||
void _attach_vm_memory(Dataspace_component &, addr_t, Attach_attr);
|
||||
void _detach_vm_memory(addr_t, size_t);
|
||||
void _with_region(Region_map::Local_addr, auto const &);
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user