X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e..eb6b6ca394357805f2bdba989abae309f718b4d8:/iokit/IOKit/IOService.h diff --git a/iokit/IOKit/IOService.h b/iokit/IOKit/IOService.h index fdfded661..b99bf60b0 100644 --- a/iokit/IOKit/IOService.h +++ b/iokit/IOKit/IOService.h @@ -162,6 +162,9 @@ extern const OSSymbol * gIODeviceMemoryKey; extern const OSSymbol * gIOInterruptControllersKey; extern const OSSymbol * gIOInterruptSpecifiersKey; +extern const OSSymbol * gIOSupportedPropertiesKey; +extern const OSSymbol * gIOUserServicePropertiesKey; + extern const OSSymbol * gIOBSDKey; extern const OSSymbol * gIOBSDNameKey; extern const OSSymbol * gIOBSDMajorKey; @@ -171,6 +174,7 @@ extern const OSSymbol * gIOBSDUnitKey; extern const OSSymbol * gIODriverKitEntitlementKey; extern const OSSymbol * gIOServiceDEXTEntitlementsKey; extern const OSSymbol * gIODriverKitUserClientEntitlementsKey; +extern const OSSymbol * gIODriverKitUserClientEntitlementAllowAnyKey; extern const OSSymbol * gIOMatchDeferKey; extern SInt32 IOServiceOrdering( const OSMetaClassBase * inObj1, const OSMetaClassBase * inObj2, void * ref );