]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/ppc/reg.h
xnu-792.6.76.tar.gz
[apple/xnu.git] / bsd / ppc / reg.h
index c33c3606d84cf243dff6d60aa7ad6003bdfee165..b45306d2c9b4624dd4d39b86d00c2037507d88f5 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@
  * 
 #ifndef _BSD_PPC_REG_H_
 #define _BSD_PPC_REG_H_
 
-#ifdef KERNEL_PRIVATE
+
+#ifdef BSD_KERNEL_PRIVATE
 
 /* Index into the thread_state */
 #define SP     3
 #define PC     0
 
 #endif /* KERNEL_PRIVATE */
+
 #endif /* _BSD_PPC_REG_H_ */
+