]> 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 6aea4245d9ad7d61b73f47d26088b91a04a581cf..ab47c79e9cd9fdc569a81ac92aed9af3f41fee4f 100644 (file)
 /*
  * @OSF_COPYRIGHT@
  */
 /*
  * @OSF_COPYRIGHT@
  */
+#ifdef KERNEL_PRIVATE
+
 #ifndef        _PPC_CPU_NUMBER_H_
 #define        _PPC_CPU_NUMBER_H_
 
 extern int cpu_number(void);
 
 #endif /* _PPC_CPU_NUMBER_H_ */
 #ifndef        _PPC_CPU_NUMBER_H_
 #define        _PPC_CPU_NUMBER_H_
 
 extern int cpu_number(void);
 
 #endif /* _PPC_CPU_NUMBER_H_ */
+
+#endif /* KERNEL_PRIVATE */