L4Re/departure

libsystypes/idl/notification.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 Notification     4 {     5   /* Subscribe to events, providing the given notifier to receive notifications     6      according to the given flags. */     7      8   [opcode(23)] void subscribe(in cap notifier, in notify_flags_t flags);     9     10   /* Unsubscribe from events. */    11     12   [opcode(24)] void unsubscribe();    13 };