X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..527f99514973766e9c0382a4d8550dfb00f54939:/osfmk/mach/notify.defs diff --git a/osfmk/mach/notify.defs b/osfmk/mach/notify.defs index 07af66f16..4aece97bf 100644 --- a/osfmk/mach/notify.defs +++ b/osfmk/mach/notify.defs @@ -83,7 +83,17 @@ simpleroutine mach_notify_port_deleted( #endif /* SEQNOS */ name : mach_port_name_t); -skip; /* was MACH_NOTIFY_MSG_ACCEPTED: 0102 */ +#if (KERNEL_USER | MACH_NOTIFY_SEND_POSSIBLE_EXPECTED) +/* MACH_NOTIFY_SEND_POSSIBLE: 0102 */ +simpleroutine mach_notify_send_possible( + notify : mach_port_move_send_once_t; +#if SEQNOS + msgseqno seqno : mach_port_seqno_t; +#endif /* SEQNOS */ + name : mach_port_name_t); +#else +skip; +#endif skip; /* was NOTIFY_OWNERSHIP_RIGHTS: 0103 */ @@ -120,3 +130,5 @@ simpleroutine mach_notify_dead_name( msgseqno seqno : mach_port_seqno_t; #endif /* SEQNOS */ name : mach_port_name_t); + +/* vim: set ft=c : */