]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/chud/chud_xnu_private.h
xnu-2422.115.4.tar.gz
[apple/xnu.git] / osfmk / chud / chud_xnu_private.h
index 6951cbee3587a73badc10fcccf294632be9ef286..56b6eb22c50be1000d3d4e598e0ae2efe696c97d 100644 (file)
@@ -33,9 +33,7 @@
 #include <mach/boolean.h>
 #include <mach/mach_types.h>
 
-#if defined (__ppc__)
-#include "chud/ppc/chud_xnu_private.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "chud/i386/chud_xnu_private.h"
 #else
 #error architecture not supported