L4Re/departure

libsystypes/idl/notifier.idl

360:92c5f6aa8c36
2022-06-12 Paul Boddie Reintroduced PagerObject code generation required to initiate servers. mmap-region-flags
     1 #include <systypes/base.h>      /* notify_flags_t */     2      3 interface Notifier     4 {     5   /* Send notification events. */     6      7   [opcode(25)] void notify(in notify_flags_t flags);     8 };