X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/eb6b6ca394357805f2bdba989abae309f718b4d8..f427ee49d309d8fc33ebf3042c3a775f2f530ded:/osfmk/mach/thread_info.h?ds=sidebyside diff --git a/osfmk/mach/thread_info.h b/osfmk/mach/thread_info.h index dfe51dd7d..a20d3dd90 100644 --- a/osfmk/mach/thread_info.h +++ b/osfmk/mach/thread_info.h @@ -214,6 +214,7 @@ typedef struct io_stat_info *io_stat_info_t; #if KERNEL_PRIVATE __BEGIN_DECLS void thread_group_join_io_storage(void); +void thread_group_join_perf_controller(void); __END_DECLS #endif