]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOKitKeys.h
xnu-792.tar.gz
[apple/xnu.git] / iokit / IOKit / IOKitKeys.h
index f4f6d21d218169259378c62209aea5d3af8eff26..f92c4263d65d8692799c25e8eb294e6fc864168f 100644 (file)
 // property of root that describes the machine's serial number as a string
 #define kIOPlatformSerialNumberKey     "IOPlatformSerialNumber"        // (OSString)
 
+// IODTNVRAM property keys
+#define kIONVRAMDeletePropertyKey      "IONVRAM-DELETE-PROPERTY"
+#define kIODTNVRAMPanicInfoKey         "aapl,panic-info"
+
+// keys for complex boot information
+#define kIOBootDeviceKey          "IOBootDevice"               // dict | array of dicts
+#define kIOBootDevicePathKey      "IOBootDevicePath"   // arch-neutral OSString
+#define kIOBootDeviceSizeKey      "IOBootDeviceSize"   // OSNumber of bytes
+
 #endif /* ! _IOKIT_IOKITKEYS_H */