]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/boolean.h
xnu-4570.41.2.tar.gz
[apple/xnu.git] / osfmk / mach / machine / boolean.h
index 1bec00d4bc08e7f09bd62fc2143edc550ab846ea..7df6d4f68f0d2b7bcc7034593f809ff7738a4e90 100644 (file)
 #ifndef _MACH_MACHINE_BOOLEAN_H_
 #define _MACH_MACHINE_BOOLEAN_H_
 
-#if defined (__ppc__) || defined (__ppc64__)
-#include "mach/ppc/boolean.h"
-#elif defined (__i386__) || defined(__x86_64__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/boolean.h"
-#elif defined (__arm__)
+#elif defined (__arm__) || defined (__arm64__)
 #include "mach/arm/boolean.h"
 #else
 #error architecture not supported