]> sigrok.org Git - libsigrok.git/blobdiff - hardware/lascar-el-usb/protocol.h
move function declarations to the appropriate header
[libsigrok.git] / hardware / lascar-el-usb / protocol.h
index 4386ef4b5214e5c4afe1e16be1ecb25e85be087a..a94bd8a59da2c6c51b7b418045edf6b547cab170 100644 (file)
@@ -69,6 +69,7 @@ struct elusb_profile {
 
 SR_PRIV int lascar_get_config(libusb_device_handle *dev_hdl,
                unsigned char *configblock, int *configlen);
+SR_PRIV struct sr_dev_inst *lascar_scan(int bus, int address);
 SR_PRIV int lascar_el_usb_handle_events(int fd, int revents, void *cb_data);
 SR_PRIV void lascar_el_usb_receive_transfer(struct libusb_transfer *transfer);
 SR_PRIV int lascar_start_logging(const struct sr_dev_inst *sdi);