]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/ipc_init.h
xnu-3789.70.16.tar.gz
[apple/xnu.git] / osfmk / ipc / ipc_init.h
index 30e916a28b994cf425b5d7d7d2d7f975a649a1d4..777c7e482dc78be4e8a8a8b6bb62fe59819374e6 100644 (file)
@@ -123,7 +123,10 @@ extern int ipc_pset_max;
 /* IPC initialization needed before creation of kernel task */
 extern void ipc_bootstrap(void);
 
-/* Remaining IPC initialization */
+/* Remaining IPC initialization (not thread based) */
 extern void ipc_init(void);
 
+/* IPC initialization dependent on thread call support */
+extern void ipc_thread_call_init(void);
+
 #endif /* _IPC_IPC_INIT_H_ */