]> sigrok.org Git - libsigrok.git/blobdiff - proto.h
sr: split driver options into separate list
[libsigrok.git] / proto.h
diff --git a/proto.h b/proto.h
index 815441813bad139f30c1e5ac66ac7e2c99160d55..a1d6d7cc64e908aef8a8dda4a8c6ab44d5a9329d 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -75,6 +75,7 @@ SR_API struct sr_dev_driver **sr_driver_list(void);
 SR_API int sr_driver_init(struct sr_dev_driver *driver);
 SR_API GSList *sr_driver_scan(struct sr_dev_driver *driver, GSList *options);
 SR_API gboolean sr_driver_hwcap_exists(struct sr_dev_driver *driver, int hwcap);
+SR_API const struct sr_hwcap_option *sr_drvopt_get(int hwopt);
 SR_API const struct sr_hwcap_option *sr_hw_hwcap_get(int hwcap);
 
 /*--- session.c -------------------------------------------------------------*/