L4Re/departure

libsystypes/idl/opener.idl

391:bc65615a8fed
2022-06-30 Paul Boddie Added missing structure members. mmap-region-flags
     1 #include <sys/types.h>      /* size_t */     2      3 /* An interface providing a way of opening filesystem objects. */     4      5 interface Opener     6 {     7   /* Obtain an opener context for subsequent open operations. */     8      9   [opcode(13)] void context(out cap context);    10 };