L4Re/departure

libsystypes/idl/notifier.idl

391:bc65615a8fed
2022-06-30 Paul Boddie Added missing structure members. 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 };