@private */
| 374 | |
| 375 | /** @private */ |
| 376 | SR_PRIV int sr_source_add(int fd, int events, int timeout, |
| 377 | sr_receive_data_callback_t cb, void *cb_data) |
| 378 | { |
| 379 | return sr_session_source_add(fd, events, timeout, cb, cb_data); |
| 380 | } |
| 381 | |
| 382 | SR_PRIV int ds_scan_all_device_list(libusb_context *usb_ctx,struct libusb_device **list_buf, int size, int *count) |
| 383 | { |
no test coverage detected