/*
- * 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