X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..c0fea4742e91338fffdcf79f86a7c1d5e2b97eb1:/osfmk/kern/cpu_number.h diff --git a/osfmk/kern/cpu_number.h b/osfmk/kern/cpu_number.h index afcc656f7..7c8fbdb87 100644 --- a/osfmk/kern/cpu_number.h +++ b/osfmk/kern/cpu_number.h @@ -47,18 +47,20 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ -/* - */ + +#ifdef XNU_KERNEL_PRIVATE #ifndef _KERN_CPU_NUMBER_H_ #define _KERN_CPU_NUMBER_H_ -#include +#ifdef MACH_KERNEL_PRIVATE -/* - * Definitions for cpu identification in multi-processors. - */ +extern int master_cpu; + +#endif /* MACH_KERNEL_PRIVATE */ -extern int master_cpu; /* 'master' processor - keeps time */ +#include #endif /* _KERN_CPU_NUMBER_H_ */ + +#endif /* XNU_KERNEL_PRIVATE */