/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
*
* @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"
#error architecture not supported
#endif
+#endif /* _MACH_MACHINE_SYSCALL_SW_H_ */
-#endif /* _MACH_MACHINE_SYSCALL_SW_H_ */
+#endif /* PRIVATE */