mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 00:23:16 +00:00
base: introduce Local_rm for local Region_map
The new 'Local_rm' type offers a narrow interface for the interaction with the component-local address space, managing the lifetime of attachments by using the 'Allocation' API. Fixes #5516
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
#ifndef _INCLUDE__VM_SESSION__HANDLER_H_
|
||||
#define _INCLUDE__VM_SESSION__HANDLER_H_
|
||||
|
||||
#include <base/env.h>
|
||||
#include <base/signal.h>
|
||||
|
||||
namespace Genode {
|
||||
|
Reference in New Issue
Block a user