X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..813fb2f63a553c957e917ede5f119b021d6ce391:/osfmk/chud/chud_xnu_glue.h?ds=sidebyside diff --git a/osfmk/chud/chud_xnu_glue.h b/osfmk/chud/chud_xnu_glue.h index 876c72513..b2ac2189c 100644 --- a/osfmk/chud/chud_xnu_glue.h +++ b/osfmk/chud/chud_xnu_glue.h @@ -26,12 +26,8 @@ * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ */ -#if defined (__ppc__) -#include "ppc/chud_xnu_glue.h" -#elif defined (__i386__) +#if defined (__i386__) || defined (__x86_64__) #include "i386/chud_xnu_glue.h" -#elif defined (__arm__) -#include "arm/chud_xnu_glue.h" #else #error architecture not supported #endif