/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
#define _BSD_MACHINE_PSL_H_
-#if defined (__ppc__)
+#if defined (__ppc__) || defined (__ppc64__)
#include "ppc/psl.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
#include "i386/psl.h"
#else
#error architecture not supported