]> 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 39519446a9cbbc3c51ba2e68d42fb3a0b29dd922..ed5843340beed28803c78615249ad814fe66b132 100644 (file)
 // 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 */