]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/asm.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / mach / machine / asm.h
index 6f52457de5f59a8ed9a6b21b0e3d8f2143e816c4..44d69261fd88e1f4bd7f55c6dc3e734adec6791f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #ifndef _MACH_MACHINE_ASM_H
 #define _MACH_MACHINE_ASM_H
 
-#if defined (__ppc__) || defined (__ppc64__)
-#include "mach/ppc/asm.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/asm.h"
+#elif defined (__arm__) 
+#include "mach/arm/asm.h"
+#elif defined(__arm64__)
+#include "mach/arm64/asm.h"
 #else
 #error architecture not supported
 #endif