]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/ppc/reg.h
xnu-344.12.2.tar.gz
[apple/xnu.git] / bsd / ppc / reg.h
index c33c3606d84cf243dff6d60aa7ad6003bdfee165..58f1be653235fa5bfd423217c42ebf8e94f225b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
 #ifndef _BSD_PPC_REG_H_
 #define _BSD_PPC_REG_H_
 
 #ifndef _BSD_PPC_REG_H_
 #define _BSD_PPC_REG_H_
 
+#include <sys/appleapiopts.h>
+
 #ifdef KERNEL_PRIVATE
 #ifdef KERNEL_PRIVATE
+#ifdef __APPLE_API_PRIVATE
 
 /* Index into the thread_state */
 #define SP     3
 #define PC     0
 
 
 /* Index into the thread_state */
 #define SP     3
 #define PC     0
 
+#endif /* __APPLE_API_PRIVATE */
+
 #endif /* KERNEL_PRIVATE */
 #endif /* KERNEL_PRIVATE */
+
 #endif /* _BSD_PPC_REG_H_ */
 #endif /* _BSD_PPC_REG_H_ */
+