]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOKitKeysPrivate.h
xnu-792.18.15.tar.gz
[apple/xnu.git] / iokit / IOKit / IOKitKeysPrivate.h
index 9a3a23df26882fd36f3ca97601892ef11470a650..42159479d18d655b3cbe865e517e6c4f748b3022 100644 (file)
@@ -34,6 +34,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
 
@@ -60,4 +61,8 @@ typedef struct _IOUCProcessToken {
 
 #define kIOKernelHasSafeSleep          1
 
+enum { kIOPrepareToPhys32 = 0x04 };
+
+#define kIODirectionPrepareToPhys32 ((IODirection) kIOPrepareToPhys32)
+
 #endif /* ! _IOKIT_IOKITKEYSPRIVATE_H */