X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/c6bf4f310a33a9262d455ea4d3f0630b1255e3fe..ea3f04195ba4a5034c9c8e9b726d4f7ce96f1832:/iokit/Kernel/IOService.cpp diff --git a/iokit/Kernel/IOService.cpp b/iokit/Kernel/IOService.cpp index bd20598ef..a8387bf2a 100644 --- a/iokit/Kernel/IOService.cpp +++ b/iokit/Kernel/IOService.cpp @@ -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 );