27#include <l4/sys/cxx/ipc_epiface>
29namespace L4 {
namespace Util {
31template<
typename KO,
typename IOS>
32long handle_meta_request(IOS &ios)
34 using L4::Ipc::Msg::dispatch_call;
35 typedef L4::Ipc::Detail::Meta_svr<KO> Msvr;
38 l4_msgtag_t tag = dispatch_call<Rpcs>(svr, ios.utcb(), ios.tag(), 0);
39 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.