]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/rpc.h
xnu-792.tar.gz
[apple/xnu.git] / osfmk / mach / machine / rpc.h
index 3d3f19243f9cd60b9dca484b25cc9ac66299fd48..62cacfd7b257f31d74436b0ca0005a04a67ced54 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@
  */
+
 #ifndef _MACH_MACHINE_RPC_H_
 #define _MACH_MACHINE_RPC_H_
 
-
-#if defined (__ppc__)
+#if defined (__ppc__) || defined (__ppc64__)
 #include "mach/ppc/rpc.h"
 #elif defined (__i386__)
 #include "mach/i386/rpc.h"
@@ -31,5 +31,4 @@
 #error architecture not supported
 #endif
 
-
-#endif /* _MACH_MACHINE_RPC_H_ */
+#endif /* _MACH_MACHINE_RPC_H_ */