mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 22:28:18 +00:00
nova: extend pd_session by assign_pci function
This commit is contained in:
committed by
Norman Feske
parent
c114014c1c
commit
c36f6a04a7
@ -29,6 +29,8 @@ namespace Genode {
|
||||
|
||||
int assign_parent(Parent_capability parent) {
|
||||
return call<Rpc_assign_parent>(parent); }
|
||||
|
||||
bool assign_pci(addr_t) { return false; }
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user