xnu-792.6.56.tar.gz
[apple/xnu.git] / bsd / machine / types.h
index f4c9dabb6c044cd31090d34d1c134d10fed8f670..672f8d07d3035423ddb111631b0a456cb8533462 100644 (file)
@@ -1,10 +1,8 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -29,7 +27,7 @@
 #define _BSD_MACHINE_TYPES_H_
 
 
-#if defined (__ppc__)
+#if defined (__ppc__) || defined (__ppc64__)
 #include "ppc/types.h"
 #elif defined (__i386__)
 #include "i386/types.h"