]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hantek-dso/protocol.h
hantek-dso: dso2250: Allow setting TRIGGER_LEVEL as well.
[libsigrok.git] / src / hardware / hantek-dso / protocol.h
index 626647163f7a4cffd0fd455fad52a9c594199419..5b98e3f2cfee5f6f21e5bef999a83e237f018239 100644 (file)
@@ -223,5 +223,6 @@ SR_PRIV int dso_capture_start(const struct sr_dev_inst *sdi);
 SR_PRIV int dso_get_channeldata(const struct sr_dev_inst *sdi,
                libusb_transfer_cb_fn cb);
 SR_PRIV int dso_set_trigger_samplerate(const struct sr_dev_inst *sdi);
+SR_PRIV int dso_set_voffsets(const struct sr_dev_inst *sdi);
 
 #endif