X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/de355530ae67247cbd0da700edb3a2a1dae884c2..0c530ab8987f0ae6a1a3d9284f40182b88852816:/osfmk/ppc/cpu_number.h diff --git a/osfmk/ppc/cpu_number.h b/osfmk/ppc/cpu_number.h index 1c3626e58..ab47c79e9 100644 --- a/osfmk/ppc/cpu_number.h +++ b/osfmk/ppc/cpu_number.h @@ -22,13 +22,13 @@ /* * @OSF_COPYRIGHT@ */ +#ifdef KERNEL_PRIVATE + #ifndef _PPC_CPU_NUMBER_H_ #define _PPC_CPU_NUMBER_H_ -#include - -#ifdef __APPLE_API_UNSTABLE extern int cpu_number(void); -#endif #endif /* _PPC_CPU_NUMBER_H_ */ + +#endif /* KERNEL_PRIVATE */