X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a991bd8d3e7fe02dbca0644054bab73c5b75324a..c3c9b80d004dbbfdf763edeb97968c6997e3b45b:/osfmk/ipc/port.h diff --git a/osfmk/ipc/port.h b/osfmk/ipc/port.h index 5b24a9885..852a850b5 100644 --- a/osfmk/ipc/port.h +++ b/osfmk/ipc/port.h @@ -92,6 +92,11 @@ extern void mach_port_guard_exception( uint64_t inguard, uint64_t portguard, unsigned reason); + +extern void mach_port_guard_exception_immovable( + mach_port_name_t name, + mach_port_t port, + uint64_t portguard); __END_DECLS #endif /* _IPC_PORT_H_ */