]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/reboot.h
xnu-3789.70.16.tar.gz
[apple/xnu.git] / bsd / machine / reboot.h
index cf91c27da35649aa1c683e57c5795e8b8f0e96cf..864f1970c7726a89c795a78fb930dc19abae802e 100644 (file)
@@ -28,9 +28,7 @@
 #ifndef _BSD_MACHINE_REBOOT_H_
 #define _BSD_MACHINE_REBOOT_H_
 
-#if defined (__ppc__) || defined (__ppc64__)
-#include "ppc/reboot.h"
-#elif defined (__i386__) || defined(__x86_64__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "i386/reboot.h"
 #else
 #error architecture not supported