16#include <l4/sys/cxx/ipc_epiface>
18namespace L4 {
namespace Util {
20template<
typename KO,
typename IOS>
21long handle_meta_request(IOS &ios)
23 using L4::Ipc::Msg::dispatch_call;
24 typedef L4::Ipc::Detail::Meta_svr<KO> Msvr;
27 l4_msgtag_t tag = dispatch_call<Rpcs>(svr, ios.utcb(), ios.tag(), 0);
28 ios.set_ipc_params(tag);
L4 low-level kernel interface.
Standard list of RPCs of an interface.
Message tag data structure.
long label() const L4_NOTHROW
Get the protocol value.