]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/xpr.h
xnu-1699.32.7.tar.gz
[apple/xnu.git] / osfmk / machine / xpr.h
index e97ce6b8e8d5557c3494ef95c37f9844cf61aa84..ad747c34f2604f5dc2526873bc088c787d66740c 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_XPR_H
 #define _MACHINE_XPR_H
 
-
-#if defined (__ppc__)
-#include "ppc/xpr.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/xpr.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _MACHINE_XPR_H */