X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b226f5e54a60dc81db17b1260381d7dbfea3cdf1..0a7de7458d150b5d4dffc935ba399be265ef0a1a:/osfmk/kern/Makefile diff --git a/osfmk/kern/Makefile b/osfmk/kern/Makefile index bf4cc9197..c58d9a7f1 100644 --- a/osfmk/kern/Makefile +++ b/osfmk/kern/Makefile @@ -19,9 +19,11 @@ PRIVATE_DATAFILES = \ debug.h \ ecc.h \ block_hint.h \ + lock_stat.h \ monotonic.h \ arithmetic_128.h \ - turnstile.h + turnstile.h \ + remote_time.h EXPORT_FILES = \ affinity.h \ @@ -47,9 +49,11 @@ EXPORT_FILES = \ ledger.h \ lock.h \ locks.h \ + lock_group.h \ host.h \ mach_param.h \ macro_help.h \ + mpqueue.h \ page_decrypt.h \ pms.h \ policy_internal.h \ @@ -75,7 +79,6 @@ PRIVATE_EXPORT_FILES = \ mach_node_link.h \ copyout_shim.h - XNU_ONLY_EXPORTS = \ cpu_quiesce.h \ ipc_kobject.h \