| 676 | } |
| 677 | |
| 678 | IOReturn Feedback360::sProbe(void *self, CFDictionaryRef propertyTable, io_service_t service, SInt32 *order) |
| 679 | { |
| 680 | return getThis(self)->Probe(propertyTable, service, order); |
| 681 | } |
| 682 | |
| 683 | IOReturn Feedback360::sStart(void *self, CFDictionaryRef propertyTable, io_service_t service) |
| 684 | { |