]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/ppc/reg.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / ppc / reg.h
index 58f1be653235fa5bfd423217c42ebf8e94f225b1..b45306d2c9b4624dd4d39b86d00c2037507d88f5 100644 (file)
 #ifndef _BSD_PPC_REG_H_
 #define _BSD_PPC_REG_H_
 
-#include <sys/appleapiopts.h>
 
-#ifdef KERNEL_PRIVATE
-#ifdef __APPLE_API_PRIVATE
+#ifdef BSD_KERNEL_PRIVATE
 
 /* Index into the thread_state */
 #define SP     3
 #define PC     0
 
-#endif /* __APPLE_API_PRIVATE */
-
 #endif /* KERNEL_PRIVATE */
 
 #endif /* _BSD_PPC_REG_H_ */