]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOService.cpp
xnu-6153.101.6.tar.gz
[apple/xnu.git] / iokit / Kernel / IOService.cpp
index bd20598ef709fc92d8eefbbdec4284ae9506ad88..a8387bf2abe092b0b3717c1d9908db9c50a7f7a8 100644 (file)
@@ -134,6 +134,8 @@ const OSSymbol *                gIOMatchedPersonalityKey;
 const OSSymbol *                gIORematchPersonalityKey;
 const OSSymbol *                gIORematchCountKey;
 const OSSymbol *                gIODEXTMatchCountKey;
+const OSSymbol *                gIOSupportedPropertiesKey;
+const OSSymbol *                gIOUserServicePropertiesKey;
 #if !CONFIG_EMBEDDED
 const OSSymbol *                gIOServiceLegacyMatchingRegistryIDKey;
 #endif
@@ -429,6 +431,9 @@ IOService::initialize( void )
        gIOInterruptSpecifiersKey
                = OSSymbol::withCStringNoCopy("IOInterruptSpecifiers");
 
+       gIOSupportedPropertiesKey = OSSymbol::withCStringNoCopy(kIOSupportedPropertiesKey);
+       gIOUserServicePropertiesKey = OSSymbol::withCStringNoCopy(kIOUserServicePropertiesKey);
+
        gIOMapperIDKey = OSSymbol::withCStringNoCopy(kIOMapperIDKey);
 
        gIOKitDebugKey      = OSSymbol::withCStringNoCopy( kIOKitDebugKey );