]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/lascar-el-usb/protocol.h
drivers: Provide proper drvopts.
[libsigrok.git] / src / hardware / lascar-el-usb / protocol.h
index 482c4a9788fd923445a9ba3178346ddaa355a49f..9e7b716783f94ea5a8d45158eac1c43ac2ca7764 100644 (file)
@@ -41,7 +41,6 @@
 
 /** Private, per-device-instance driver context. */
 struct dev_context {
-       void *cb_data;
        const struct elusb_profile *profile;
        /* Generic EL-USB */
        unsigned char config[MAX_CONFIGBLOCK_SIZE];
@@ -80,6 +79,5 @@ SR_PRIV void LIBUSB_CALL lascar_el_usb_receive_transfer(struct libusb_transfer *
 SR_PRIV int lascar_start_logging(const struct sr_dev_inst *sdi);
 SR_PRIV int lascar_stop_logging(const struct sr_dev_inst *sdi);
 SR_PRIV int lascar_is_logging(const struct sr_dev_inst *sdi);
-SR_PRIV int dev_acquisition_stop(struct sr_dev_inst *sdi, void *cb_data);
 
 #endif