]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/chud/chud_xnu_glue.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / osfmk / chud / chud_xnu_glue.h
index bc7d67d8b1b14e4140f61ffdcafcb502f41bd817..b2ac2189c25a30b9331b2c8b41b888ddad012281 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2003-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
  * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
  * Please see the License for the specific language governing rights and
  * limitations under the License.
- * 
+ *           
  * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
  */
 
-#if defined (__ppc__)
-#include "ppc/chud_xnu_glue.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/chud_xnu_glue.h"
 #else
 #error architecture not supported