nova: extend pd_session by assign_pci function

This commit is contained in:
Alexander Boettcher
2013-02-11 11:44:04 +01:00
committed by Norman Feske
parent c114014c1c
commit c36f6a04a7
6 changed files with 151 additions and 2 deletions

View File

@ -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; }
};
}