]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/host_reboot.h
xnu-792.13.8.tar.gz
[apple/xnu.git] / osfmk / mach / host_reboot.h
index 1023001efa192fd77757270ca811a533abc24386..8eec6c4c8206827a939e64f64178624ec6edb8d1 100644 (file)
@@ -34,7 +34,8 @@
 #ifndef _MACH_HOST_REBOOT_
 #define _MACH_HOST_REBOOT_
 
-#define HOST_REBOOT_HALT       0x8
+#define HOST_REBOOT_HALT        0x0008
+#define HOST_REBOOT_UPSDELAY    0x0100
 #define        HOST_REBOOT_DEBUGGER    0x1000
 
 #endif /* _MACH_HOST_REBOOT_ */