]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/host_reboot.h
xnu-792.18.15.tar.gz
[apple/xnu.git] / osfmk / mach / host_reboot.h
index b92e87c184d7185e2656a11567a0a3270b32e79e..65609dd7f1d6a277f63a429698f4e9363e0f20ad 100644 (file)
@@ -32,7 +32,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_ */