1 #include <l4/re/protocols.h> 2 3 /* An event interface. 4 See: pkg/l4re-core/l4re/include/event */ 5 6 [protocol(L4RE_PROTO_EVENT)] 7 interface Event 8 { 9 [opcode(0)] void get_buffer(out cap mem); 10 };