X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..fe8ab488e9161c46dd9885d58fc52996dc0249ff:/bsd/machine/reboot.h diff --git a/bsd/machine/reboot.h b/bsd/machine/reboot.h index 0bbfc4140..864f1970c 100644 --- a/bsd/machine/reboot.h +++ b/bsd/machine/reboot.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2007 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -28,14 +28,10 @@ #ifndef _BSD_MACHINE_REBOOT_H_ #define _BSD_MACHINE_REBOOT_H_ - -#if defined (__ppc__) || defined (__ppc64__) -#include "ppc/reboot.h" -#elif defined (__i386__) +#if defined (__i386__) || defined(__x86_64__) #include "i386/reboot.h" #else #error architecture not supported #endif - #endif /* _BSD_MACHINE_REBOOT_H_ */