1 // Copyright (c) 2024 Apple Inc. All rights reserved. 2 3 /* 4 * Listing of scheduler-related headers that are exported outside of the kernel. 5 */ 6 7 #include <kern/bits.h> 8 #include <kern/coalition.h> 9 #include <kern/policy_internal.h> 10 #include <kern/processor.h> 11 #include <kern/sched_amp_common.h> 12 #include <kern/sched_prim.h> 13 #include <kern/sched_urgency.h> 14 #include <kern/thread_call.h> 15 #include <kern/timer_call.h> 16 #include <kern/waitq.h> 17 #define CONFIG_THREAD_GROUPS 1 18 typedef void *cluster_type_t; 19 #include <kern/thread_group.h> 20 #include <kern/work_interval.h> 21