X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..b4c24cb9d3df001f2892dc4ed451bc769ff28a9f:/bsd/ppc/reg.h diff --git a/bsd/ppc/reg.h b/bsd/ppc/reg.h index c33c3606d..58f1be653 100644 --- a/bsd/ppc/reg.h +++ b/bsd/ppc/reg.h @@ -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@ * @@ -26,11 +26,18 @@ #ifndef _BSD_PPC_REG_H_ #define _BSD_PPC_REG_H_ +#include + #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_ */ +