X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..89b3af67bb32e691275bf6fa803d1834b2284115:/iokit/IOKit/IOKitKeysPrivate.h?ds=sidebyside diff --git a/iokit/IOKit/IOKitKeysPrivate.h b/iokit/IOKit/IOKitKeysPrivate.h index 9a3a23df2..42159479d 100644 --- a/iokit/IOKit/IOKitKeysPrivate.h +++ b/iokit/IOKit/IOKitKeysPrivate.h @@ -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 */