/*
- * 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_REBOOT_H_
-#if defined (__ppc__)
+#if defined (__ppc__) || defined (__ppc64__)
#include "ppc/reboot.h"
#elif defined (__i386__)
#include "i386/reboot.h"