#ifndef _I386_CPU_NUMBER_H_
#define _I386_CPU_NUMBER_H_
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_UNSTABLE
extern int cpu_number(void);
#ifdef MACH_KERNEL_PRIVATE
#endif /* MACH_KERNEL_PRIVATE */
+#endif /* __APPLE_API_UNSTABLE */
+
#endif /* _I386_CPU_NUMBER_H_ */