]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/syscall_sw.h
xnu-792.6.76.tar.gz
[apple/xnu.git] / osfmk / mach / machine / syscall_sw.h
index c140fcdbc13f80a512ecad162d3433fef897996a..e20bf846efa73663e46d9591ce2577c1e9efaa1e 100644 (file)
@@ -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@
  * 
  * 
  * @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 */