]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/machparam.h
xnu-4903.241.1.tar.gz
[apple/xnu.git] / osfmk / machine / machparam.h
index db5e158aeb8a6ef88cb2b431acc82b17d129deb0..a62b1965af4e33329adb6da82140293a737d44d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #ifndef _MACHINE_MACHPARAM_H
 #define _MACHINE_MACHPARAM_H
 
-
-#if defined (__ppc__)
-#include "ppc/machparam.h"
-#elif defined (__i386__)
+#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
 
-
 #endif /* _MACHINE_MACHPARAM_H */