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