From 566c227636481b246d928772ebeaacbc7c37145b Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Wed, 11 Jan 2023 23:23:24 -0500 Subject: Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for mach4.defs and mach_host.defs. Also move more mach_debug rpcs to kern/mach_debug.h. Message-Id: --- kern/ipc_mig.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'kern/ipc_mig.h') diff --git a/kern/ipc_mig.h b/kern/ipc_mig.h index 469f629c..e3ad6deb 100644 --- a/kern/ipc_mig.h +++ b/kern/ipc_mig.h @@ -139,4 +139,13 @@ io_return_t syscall_device_writev_request( io_buf_vec_t *iovec, 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_ */ -- cgit v1.2.3