]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/boolean.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / osfmk / mach / machine / boolean.h
index d85824189d5b968785d3a79c50e1fcfcae9c45b9..3d8aba6a102fbaedc4453819211b407a82198fd1 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_BOOLEAN_H_
 #define _MACH_MACHINE_BOOLEAN_H_
 
-
-#if defined (__ppc__)
+#if defined (__ppc__) || defined (__ppc64__)
 #include "mach/ppc/boolean.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/boolean.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _MACH_MACHINE_BOOLEAN_H_ */