]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/lowglobals.h
xnu-4903.241.1.tar.gz
[apple/xnu.git] / osfmk / machine / lowglobals.h
index 319b758b4e7f77b4ce9a3424397a527c652c6caf..08ebee88dc4eefaceb5ded7d7e30e6907e989988 100644 (file)
 
 #if defined (__x86_64__)
 #include "x86_64/lowglobals.h"
+#elif defined (__arm__) 
+#include "arm/lowglobals.h"
+#elif defined (__arm64__)
+#include "arm64/lowglobals.h"
 #else
 #error architecture not supported
 #endif