]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOKitKeys.h
xnu-6153.101.6.tar.gz
[apple/xnu.git] / iokit / IOKit / IOKitKeys.h
index e8db76ced32d47bea16e33487a0c395d9a263d3f..34da31735a939090ee57f207db5fc1ae143d0271 100644 (file)
 #define kIOProbeScoreKey                "IOProbeScore"
 #define kIOKitDebugKey                  "IOKitDebug"
 
+// Properties to be supported as API
+#define kIOSupportedPropertiesKey       "IOSupportedProperties"
+// Properties writable by dexts
+#define kIOUserServicePropertiesKey     "IOUserServiceProperties"
+
+
 // IOService matching property names
 #define kIOProviderClassKey             "IOProviderClass"
 #define kIONameMatchKey                 "IONameMatch"