mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
ealanos: Added field for dataspace cap to hyperblock.
This commit is contained in:
@@ -34,6 +34,10 @@ class Ealan::Memory::Hyperblock
|
||||
{
|
||||
public:
|
||||
Hyperblock *_next{nullptr};
|
||||
Genode::Ram_dataspace_capability cap{};
|
||||
void *operator new(Genode::size_t, void *p) { return p; }
|
||||
Hyperblock *next() { return _next; }
|
||||
void next(Hyperblock *p) { _next = p; }
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user