]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/reboot.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / i386 / reboot.h
index dad563257346ea04bfab76915efda92e21d8d62a..0724538c90d97f6436d5e8e5c7d72d32391492fa 100644 (file)
@@ -29,8 +29,7 @@
  
 #include <sys/appleapiopts.h>
 
-#ifdef KERNEL_PRIVATE
-#ifdef __APPLE_API_PRIVATE
+#ifdef BSD_KERNEL_PRIVATE
 
 /*
  *     Use most significant 16 bits to avoid collisions with
@@ -46,7 +45,6 @@
 #define RB_BOOTDOS     0x00800000      /* reboot into DOS */
 #define RB_PRETTY      0x01000000      /* shutdown with pretty graphics */
 
-#endif /* __APPLE_API_PRIVATE */
-#endif /* KERNEL_PRIVATE */
+#endif /* BSD_KERNEL_PRIVATE */
 
 #endif /* _BSD_I386_REBOOT_H_ */