mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 22:28:18 +00:00
committed by
Norman Feske
parent
f02958b25f
commit
9453d319cb
@ -39,6 +39,9 @@ namespace Genode {
|
||||
Pager_capability add_client(Thread_capability thread) {
|
||||
return call<Rpc_add_client>(thread); }
|
||||
|
||||
void remove_client(Pager_capability pager) {
|
||||
call<Rpc_remove_client>(pager); }
|
||||
|
||||
void fault_handler(Signal_context_capability handler) {
|
||||
call<Rpc_fault_handler>(handler); }
|
||||
|
||||
|
Reference in New Issue
Block a user