]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/ipc_init.h
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / osfmk / ipc / ipc_init.h
index d41f4f03e339ab2b9732f37f3167b4c6156198b0..91b95d73c3f751ec896e0b3766d423c2696bcb84 100644 (file)
 #ifndef _IPC_IPC_INIT_H_
 #define _IPC_IPC_INIT_H_
 
-extern int ipc_space_max;
-extern int ipc_port_max;
-extern int ipc_pset_max;
-
 /*
  * Exported interfaces
  */
 
-/* IPC initialization needed before creation of kernel task */
-extern void ipc_bootstrap(void);
-
-/* 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);