+/*! @function copyMatchingService
+ @abstract Finds one of the current published IOService objects matching a matching dictionary.
+ @discussion Provides a method to find one member of the set of published IOService objects matching the supplied matching dictionary.
+ @param matching The matching dictionary describing the desired IOService object.
+ @result The IOService object or NULL. To be released by the caller. */
+
+ static IOService * copyMatchingService( OSDictionary * matching );
+