X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..b36670cedae0009469e8ee117453de831de64a6b:/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 */