]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/cpu_number.h
xnu-344.tar.gz
[apple/xnu.git] / osfmk / kern / cpu_number.h
index afcc656f75fc585e8fb918a4a1d96fe17aadad33..59d1f50c4fd1dfd24c24138262d134f32d49f920 100644 (file)
  * any improvements or extensions that they make and grant Carnegie Mellon
  * the rights to redistribute these changes.
  */
-/*
- */
 
 #ifndef        _KERN_CPU_NUMBER_H_
 #define        _KERN_CPU_NUMBER_H_
 
-#include <machine/cpu_number.h>
+#include <sys/appleapiopts.h>
 
-/*
- *     Definitions for cpu identification in multi-processors.
- */
+#ifdef __APPLE_API_PRIVATE
 
-extern int     master_cpu;     /* 'master' processor - keeps time */
+#ifdef MACH_KERNEL_PRIVATE
+
+extern int             master_cpu;
+
+#endif /* MACH_KERNEL_PRIVATE */
+
+#endif /* __APPLE_API_PRIVATE */
+
+#include <machine/cpu_number.h>
 
 #endif /* _KERN_CPU_NUMBER_H_ */