]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/cpu_number.h
xnu-344.tar.gz
[apple/xnu.git] / osfmk / ppc / cpu_number.h
index 6aea4245d9ad7d61b73f47d26088b91a04a581cf..1c3626e58b28c43bebe28f434bbe2f6c08c6a790 100644 (file)
 #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_ */