| 714 | } |
| 715 | |
| 716 | IOReturn FeedbackXBOBT::sProbe(void *self, CFDictionaryRef propertyTable, io_service_t service, SInt32 *order) |
| 717 | { |
| 718 | return getThis(self)->Probe(propertyTable, service, order); |
| 719 | } |
| 720 | |
| 721 | IOReturn FeedbackXBOBT::sStart(void *self, CFDictionaryRef propertyTable, io_service_t service) |
| 722 | { |