/*
- * 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_
+#include <sys/appleapiopts.h>
+
#ifdef KERNEL_PRIVATE
+#ifdef __APPLE_API_PRIVATE
/* Index into the thread_state */
#define SP 3
#define PC 0
+#endif /* __APPLE_API_PRIVATE */
+
#endif /* KERNEL_PRIVATE */
+
#endif /* _BSD_PPC_REG_H_ */
+