]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/chud/chud_xnu_glue.h
xnu-4570.1.46.tar.gz
[apple/xnu.git] / osfmk / chud / chud_xnu_glue.h
index b2ac2189c25a30b9331b2c8b41b888ddad012281..f595ffef4a3befaa208f4da8655902e9b2e98cdc 100644 (file)
@@ -28,6 +28,8 @@
 
 #if defined (__i386__) || defined (__x86_64__)
 #include "i386/chud_xnu_glue.h"
+#elif defined (__arm__)|| defined (__arm64__)
+#include "arm/chud_xnu_glue.h"
 #else
 #error architecture not supported
 #endif