]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/fx2lafw/protocol.h
usb.c: Moved in usb_match_manuf_product
[libsigrok.git] / src / hardware / fx2lafw / protocol.h
index c3d6f32e35245c69593fd48ab6592f7b1616ae6e..6113af8f648ea1e7d0c05e486b0e15e403888e0c 100644 (file)
@@ -145,8 +145,6 @@ struct dev_context {
 };
 
 SR_PRIV int fx2lafw_command_start_acquisition(const struct sr_dev_inst *sdi);
-SR_PRIV gboolean match_manuf_prod(libusb_device *dev, const char *manufacturer,
-               const char *product);
 SR_PRIV int fx2lafw_dev_open(struct sr_dev_inst *sdi, struct sr_dev_driver *di);
 SR_PRIV struct dev_context *fx2lafw_dev_new(void);
 SR_PRIV void fx2lafw_abort_acquisition(struct dev_context *devc);