X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..0c530ab8987f0ae6a1a3d9284f40182b88852816:/osfmk/ppc/cpu_number.h diff --git a/osfmk/ppc/cpu_number.h b/osfmk/ppc/cpu_number.h index 6aea4245d..ab47c79e9 100644 --- a/osfmk/ppc/cpu_number.h +++ b/osfmk/ppc/cpu_number.h @@ -22,9 +22,13 @@ /* * @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_ */ + +#endif /* KERNEL_PRIVATE */