]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/io_map_entries.h
xnu-4903.241.1.tar.gz
[apple/xnu.git] / osfmk / machine / io_map_entries.h
index f3951db2bd3f659cfdb6cefb6f51d94898e7e882..2de96f22b283c663b70ce747d26124572a7a621a 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_IO_MAP_ENTRIES_H_
 #define _MACHINE_IO_MAP_ENTRIES_H_
 
-
-#if defined (__ppc__)
-#include "ppc/io_map_entries.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/io_map_entries.h"
+#elif defined (__arm__) || defined (__arm64__)
+#include "arm/io_map_entries.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _MACHINE_IO_MAP_ENTRIES_H_ */
 
 #endif /* KERNEL_PRIVATE */