summaryrefslogtreecommitdiff
path: root/kern/ipc_mig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/ipc_mig.h')
-rw-r--r--kern/ipc_mig.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/kern/ipc_mig.h b/kern/ipc_mig.h
index cd298efe..a8ee7869 100644
--- a/kern/ipc_mig.h
+++ b/kern/ipc_mig.h
@@ -139,13 +139,4 @@ io_return_t syscall_device_writev_request(
rpc_io_buf_vec_t *iovec,
rpc_vm_size_t iocount);
-mach_port_name_t mig_get_reply_port(void);
-
-void mig_dealloc_reply_port(mach_port_t reply_port);
-
-void mig_put_reply_port(mach_port_t reply_port);
-
-vm_size_t
-mig_strncpy(char *dest, const char *src, int len);
-
#endif /* _IPC_MIG_H_ */