]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/reboot.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / machine / reboot.h
index 0bbfc4140cecbb02b37f558f36728cc863a6a2ca..cf91c27da35649aa1c683e57c5795e8b8f0e96cf 100644 (file)
@@ -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@
  * 
 #ifndef _BSD_MACHINE_REBOOT_H_
 #define _BSD_MACHINE_REBOOT_H_
 
-
 #if defined (__ppc__) || defined (__ppc64__)
 #include "ppc/reboot.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "i386/reboot.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _BSD_MACHINE_REBOOT_H_ */