]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOKitKeysPrivate.h
xnu-1228.9.59.tar.gz
[apple/xnu.git] / iokit / IOKit / IOKitKeysPrivate.h
index 9a3a23df26882fd36f3ca97601892ef11470a650..489b2f58dc934752f953aeaf85cb23f158a3c16f 100644 (file)
@@ -34,6 +34,7 @@
 // properties found in the registry root
 #define kIOConsoleUsersKey             "IOConsoleUsers"                /* value is OSArray */
 #define kIOMaximumMappedIOByteCountKey  "IOMaximumMappedIOByteCount"    /* value is OSNumber */
 // 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
 
 
 // properties found in the console user dict
 
@@ -60,4 +61,20 @@ typedef struct _IOUCProcessToken {
 
 #define kIOKernelHasSafeSleep          1
 
 
 #define kIOKernelHasSafeSleep          1
 
+enum { kIOPrepareToPhys32 = 0x04 };
+
+#define kIODirectionPrepareToPhys32 ((IODirection) kIOPrepareToPhys32)
+
+#define kIOPlatformSleepActionKey      "IOPlatformSleepAction"         /* value is OSNumber (priority) */
+#define kIOPlatformWakeActionKey       "IOPlatformWakeAction"          /* value is OSNumber (priority) */
+#define kIOPlatformQuiesceActionKey    "IOPlatformQuiesceAction"       /* value is OSNumber (priority) */
+#define kIOPlatformActiveActionKey     "IOPlatformActiveAction"        /* value is OSNumber (priority) */
+
+#define kIOPlatformFunctionHandlerSet                  "IOPlatformFunctionHandlerSet"
+#if defined(__i386__)
+#define kIOPlatformFunctionHandlerMaxBusDelay          "IOPlatformFunctionHandlerMaxBusDelay"
+#define kIOPlatformFunctionHandlerMaxInterruptDelay    "IOPlatformFunctionHandlerMaxInterruptDelay"
+#endif /* defined(__i386__) */
+
+
 #endif /* ! _IOKIT_IOKITKEYSPRIVATE_H */
 #endif /* ! _IOKIT_IOKITKEYSPRIVATE_H */