]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/ipc_init.h
xnu-2422.115.4.tar.gz
[apple/xnu.git] / osfmk / ipc / ipc_init.h
index 36fd8976b57e05355cd5e34ecaa1e51a7ef5ac2c..30e916a28b994cf425b5d7d7d2d7f975a649a1d4 100644 (file)
@@ -121,9 +121,9 @@ 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")));
+extern void ipc_init(void);
 
 #endif /* _IPC_IPC_INIT_H_ */