]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/host_reboot.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / osfmk / mach / host_reboot.h
index efc17f980f3e10496c5228b91282d38588210bfa..076e28f05f5d660ea2d41af7599a0e98d9870b57 100644 (file)
@@ -26,7 +26,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_ */