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 };