* 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 <machine/cpu_number.h>
+#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 <machine/cpu_number.h>
#endif /* _KERN_CPU_NUMBER_H_ */
+
+#endif /* XNU_KERNEL_PRIVATE */