]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/ipc_tt.h
xnu-2422.1.72.tar.gz
[apple/xnu.git] / osfmk / kern / ipc_tt.h
index 7c1384c41675edc69fd7c46579c4891d74725326..cbf75eb27e15bb23ee11eebdc6c0593f223c847f 100644 (file)
@@ -97,6 +97,12 @@ extern void ipc_task_terminate(
 extern void ipc_thread_init(
        thread_t        thread);
 
+extern void ipc_thread_init_exc_actions(
+       thread_t        thread);
+
+extern void ipc_thread_destroy_exc_actions(
+       thread_t        thread);
+
 /* Disable IPC access to a thread */
 extern void ipc_thread_disable(
        thread_t        thread);