X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ffx2lafw%2Fprotocol.h;fp=src%2Fhardware%2Ffx2lafw%2Fprotocol.h;h=6113af8f648ea1e7d0c05e486b0e15e403888e0c;hb=69f7d9b4a9327c32a7819dbf4aa89de642de59af;hp=c3d6f32e35245c69593fd48ab6592f7b1616ae6e;hpb=e40ee26b45909650ef2a5716b9b2c7b3a3a42dc3;p=libsigrok.git diff --git a/src/hardware/fx2lafw/protocol.h b/src/hardware/fx2lafw/protocol.h index c3d6f32e..6113af8f 100644 --- a/src/hardware/fx2lafw/protocol.h +++ b/src/hardware/fx2lafw/protocol.h @@ -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);