L4Re/departure

Annotated libsystypes/idl/notifier.idl

181:49d8e9637cdb
2021-08-25 Paul Boddie Introduced various external packages into this distribution. Some small changes were made to Control files upon discovering build issues, and libext2fs/lib/Makefile was adjusted to enforce build ordering.
paul@181 1
#include <systypes/base.h>      /* notify_flags_t */
paul@181 2
paul@181 3
interface Notifier
paul@181 4
{
paul@181 5
  /* Send notification events. */
paul@181 6
paul@181 7
  [opcode(25)] void notify(in notify_flags_t flags);
paul@181 8
};