]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOKitKeysPrivate.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / iokit / IOKit / IOKitKeysPrivate.h
index 1946d91b939fa10f36a8f9cc413856c04b2caac4..9e1a3249b88c443198a35cf9e68b51676d21c578 100644 (file)
@@ -28,6 +28,7 @@
 // properties found in the registry root
 #define kIOConsoleUsersKey             "IOConsoleUsers"                /* value is OSArray */
 #define kIOMaximumMappedIOByteCountKey  "IOMaximumMappedIOByteCount"    /* value is OSNumber */
+#define kIOStartupMkextCRC             "IOStartupMkextCRC"             /* value is 32-bit OSNumber */
 
 // properties found in the console user dict
 
@@ -54,4 +55,8 @@ typedef struct _IOUCProcessToken {
 
 #define kIOKernelHasSafeSleep          1
 
+enum { kIOPrepareToPhys32 = 0x04 };
+
+#define kIODirectionPrepareToPhys32 ((IODirection) kIOPrepareToPhys32)
+
 #endif /* ! _IOKIT_IOKITKEYSPRIVATE_H */