]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOKitKeys.h
xnu-1228.15.4.tar.gz
[apple/xnu.git] / iokit / IOKit / IOKitKeys.h
index babf6dbc93497862dea6713a0d6189c46b1b0e9b..ed5843340beed28803c78615249ad814fe66b132 100644 (file)
 // IOService default user client class, for loadable user clients
 #define kIOUserClientClassKey          "IOUserClientClass"
 
+#define kIOUserClientCrossEndianKey            "IOUserClientCrossEndian"
+#define kIOUserClientCrossEndianCompatibleKey  "IOUserClientCrossEndianCompatible"
+#define kIOUserClientSharedInstanceKey         "IOUserClientSharedInstance"
+
 // IOService notification types
 #define kIOPublishNotification         "IOServicePublish"
 #define kIOFirstPublishNotification    "IOServiceFirstPublish"
@@ -95,6 +99,8 @@
 #define kIOAppPowerStateInterest       "IOAppPowerStateInterest"
 #define kIOPriorityPowerStateInterest  "IOPriorityPowerStateInterest"
 
+#define kIOPlatformDeviceMessageKey     "IOPlatformDeviceMessage"
+
 // IOService interest notification types
 #define kIOCFPlugInTypesKey            "IOCFPlugInTypes"
 
 #define kIOCommandPoolSizeKey         "IOCommandPoolSize"          // (OSNumber)
 
 // properties found in services that have transfer constraints
-#define kIOMaximumBlockCountReadKey        "IOMaximumBlockCountRead"        // (OSNumber)
-#define kIOMaximumBlockCountWriteKey       "IOMaximumBlockCountWrite"       // (OSNumber)
-#define kIOMaximumByteCountReadKey         "IOMaximumByteCountRead"         // (OSNumber)
-#define kIOMaximumByteCountWriteKey        "IOMaximumByteCountWrite"        // (OSNumber)
-#define kIOMaximumSegmentCountReadKey      "IOMaximumSegmentCountRead"      // (OSNumber)
-#define kIOMaximumSegmentCountWriteKey     "IOMaximumSegmentCountWrite"     // (OSNumber)
-#define kIOMaximumSegmentByteCountReadKey  "IOMaximumSegmentByteCountRead"  // (OSNumber)
-#define kIOMaximumSegmentByteCountWriteKey "IOMaximumSegmentByteCountWrite" // (OSNumber)
+#define kIOMaximumBlockCountReadKey             "IOMaximumBlockCountRead"             // (OSNumber)
+#define kIOMaximumBlockCountWriteKey            "IOMaximumBlockCountWrite"            // (OSNumber)
+#define kIOMaximumByteCountReadKey              "IOMaximumByteCountRead"              // (OSNumber)
+#define kIOMaximumByteCountWriteKey             "IOMaximumByteCountWrite"             // (OSNumber)
+#define kIOMaximumSegmentCountReadKey           "IOMaximumSegmentCountRead"           // (OSNumber)
+#define kIOMaximumSegmentCountWriteKey          "IOMaximumSegmentCountWrite"          // (OSNumber)
+#define kIOMaximumSegmentByteCountReadKey       "IOMaximumSegmentByteCountRead"       // (OSNumber)
+#define kIOMaximumSegmentByteCountWriteKey      "IOMaximumSegmentByteCountWrite"      // (OSNumber)
+#define kIOMinimumSegmentAlignmentByteCountKey  "IOMinimumSegmentAlignmentByteCount"  // (OSNumber)
+#define kIOMaximumSegmentAddressableBitCountKey "IOMaximumSegmentAddressableBitCount" // (OSNumber)
 
 // properties found in services that wish to describe an icon
 //
 // property of root that describes the machine's serial number as a string
 #define kIOPlatformSerialNumberKey     "IOPlatformSerialNumber"        // (OSString)
 
+// property of root that describes the machine's UUID as a string
+#define kIOPlatformUUIDKey     "IOPlatformUUID"        // (OSString)
+
 // IODTNVRAM property keys
 #define kIONVRAMDeletePropertyKey      "IONVRAM-DELETE-PROPERTY"
 #define kIODTNVRAMPanicInfoKey         "aapl,panic-info"
 #define kIOBootDevicePathKey      "IOBootDevicePath"   // arch-neutral OSString
 #define kIOBootDeviceSizeKey      "IOBootDeviceSize"   // OSNumber of bytes
 
+// keys for OS Version information
+#define kOSBuildVersionKey             "OS Build Version"
+
 #endif /* ! _IOKIT_IOKITKEYS_H */