]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/cpu_number.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / osfmk / ppc / cpu_number.h
index 1c3626e58b28c43bebe28f434bbe2f6c08c6a790..ab47c79e9cd9fdc569a81ac92aed9af3f41fee4f 100644 (file)
 /*
  * @OSF_COPYRIGHT@
  */
+#ifdef KERNEL_PRIVATE
+
 #ifndef        _PPC_CPU_NUMBER_H_
 #define        _PPC_CPU_NUMBER_H_
 
-#include <sys/appleapiopts.h>
-
-#ifdef __APPLE_API_UNSTABLE
 extern int cpu_number(void);
-#endif
 
 #endif /* _PPC_CPU_NUMBER_H_ */
+
+#endif /* KERNEL_PRIVATE */