]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/ipc_init.h
xnu-2782.10.72.tar.gz
[apple/xnu.git] / osfmk / ipc / ipc_init.h
index 1e213fd402d8d3349cdd100df85d86944735e95d..777c7e482dc78be4e8a8a8b6bb62fe59819374e6 100644 (file)
 #define _IPC_IPC_INIT_H_
 
 extern int ipc_space_max;
-extern int ipc_tree_entry_max;
 extern int ipc_port_max;
 extern int ipc_pset_max;
 
@@ -124,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_ */