]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/priv.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / sys / priv.h
index 27d7eb34e069f7b854bc93ed6d0fe895162a8398..ff38da81d10db0ea64d851fbf09de3ae638764de 100644 (file)
@@ -84,6 +84,8 @@
 #define PRIV_HW_DEBUG_DATA         1004        /* Extract hw-specific debug data (e.g. ECC data) */
 #define PRIV_SELECTIVE_FORCED_IDLE     1005    /* Configure and control Selective Forced Idle (SFI) subsystem */
 #define PRIV_PROC_TRACE_INSPECT 1006   /* Request trace memory of arbitrary process to be inspected */
 #define PRIV_HW_DEBUG_DATA         1004        /* Extract hw-specific debug data (e.g. ECC data) */
 #define PRIV_SELECTIVE_FORCED_IDLE     1005    /* Configure and control Selective Forced Idle (SFI) subsystem */
 #define PRIV_PROC_TRACE_INSPECT 1006   /* Request trace memory of arbitrary process to be inspected */
+#define PRIV_DARKBOOT          1007    /* Manipulate the darkboot flag */
+#define PRIV_WORK_INTERVAL     1008    /* Express details about a work interval */
 
 /*
  * Virtual memory privileges.
 
 /*
  * Virtual memory privileges.