X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/mach/machine/syscall_sw.h diff --git a/osfmk/mach/machine/syscall_sw.h b/osfmk/mach/machine/syscall_sw.h index c140fcdbc..e20bf846e 100644 --- a/osfmk/mach/machine/syscall_sw.h +++ b/osfmk/mach/machine/syscall_sw.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -19,11 +19,13 @@ * * @APPLE_LICENSE_HEADER_END@ */ + +#ifdef PRIVATE + #ifndef _MACH_MACHINE_SYSCALL_SW_H_ #define _MACH_MACHINE_SYSCALL_SW_H_ - -#if defined (__ppc__) +#if defined (__ppc__) || defined (__ppc64__) #include "mach/ppc/syscall_sw.h" #elif defined (__i386__) #include "mach/i386/syscall_sw.h" @@ -31,5 +33,6 @@ #error architecture not supported #endif +#endif /* _MACH_MACHINE_SYSCALL_SW_H_ */ -#endif /* _MACH_MACHINE_SYSCALL_SW_H_ */ +#endif /* PRIVATE */