]> 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 36fd8976b57e05355cd5e34ecaa1e51a7ef5ac2c..777c7e482dc78be4e8a8a8b6bb62fe59819374e6 100644 (file)
@@ -121,9 +121,12 @@ extern int ipc_pset_max;
  */
 
 /* IPC initialization needed before creation of kernel task */
-extern void ipc_bootstrap(void) __attribute__((section("__TEXT, initcode")));
+extern void ipc_bootstrap(void);
 
-/* Remaining IPC initialization */
-extern void ipc_init(void) __attribute__((section("__TEXT, initcode")));
+/* 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_ */