summaryrefslogtreecommitdiff
path: root/kern/ipc_kobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/ipc_kobject.h')
-rw-r--r--kern/ipc_kobject.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kern/ipc_kobject.h b/kern/ipc_kobject.h
index 91eb30f..7ffa99f 100644
--- a/kern/ipc_kobject.h
+++ b/kern/ipc_kobject.h
@@ -113,6 +113,11 @@ extern void ipc_kobject_set(
extern void ipc_kobject_destroy(
ipc_port_t port);
+/* Deliver notifications to kobjects that care about them */
+extern boolean_t ipc_kobject_notify (
+ mach_msg_header_t *request_header,
+ mach_msg_header_t *reply_header);
+
#define null_conversion(port) (port)
#endif /* _KERN_IPC_KOBJECT_H_ */