]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/machparam.h
xnu-4570.61.1.tar.gz
[apple/xnu.git] / osfmk / machine / machparam.h
index 9657b8cce6ce2fbedcdd6c0f69eb2d575b9153c1..a62b1965af4e33329adb6da82140293a737d44d1 100644 (file)
@@ -30,6 +30,8 @@
 
 #if defined (__i386__) || defined (__x86_64__)
 #include "i386/machparam.h"
+#elif defined (__arm__) || defined (__arm64__)
+#include "arm/machparam.h"
 #else
 #error architecture not supported
 #endif