* 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_ */