summaryrefslogtreecommitdiff
path: root/ipc/mach_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/mach_port.h')
-rw-r--r--ipc/mach_port.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipc/mach_port.h b/ipc/mach_port.h
index c4d9a1c3..073f7946 100644
--- a/ipc/mach_port.h
+++ b/ipc/mach_port.h
@@ -65,4 +65,8 @@ mach_port_get_receive_status(
mach_port_t name,
mach_port_status_t *statusp);
+#if MACH_KDB
+void db_debug_port_references (boolean_t enable);
+#endif /* MACH_KDB */
+
#endif /* _IPC_MACH_PORT_H_ */