X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..a1c7dba18ef36983396c282fe85292db066e39db:/osfmk/ipc/ipc_init.h diff --git a/osfmk/ipc/ipc_init.h b/osfmk/ipc/ipc_init.h index 1e213fd40..777c7e482 100644 --- a/osfmk/ipc/ipc_init.h +++ b/osfmk/ipc/ipc_init.h @@ -113,7 +113,6 @@ #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_ */