X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a3d08fcd5120d2aa8303b6349ca8b14e3f284af3..91447636331957f3d9b5ca5b508f07c526b0074d:/bsd/machine/reboot.h diff --git a/bsd/machine/reboot.h b/bsd/machine/reboot.h index 368fa0aad..7d0af116c 100644 --- a/bsd/machine/reboot.h +++ b/bsd/machine/reboot.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -23,7 +23,7 @@ #define _BSD_MACHINE_REBOOT_H_ -#if defined (__ppc__) +#if defined (__ppc__) || defined (__ppc64__) #include "ppc/reboot.h" #elif defined (__i386__) #include "i386/reboot.h"