X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=proto.h;h=ff5cb9411028b4bd06c01bfa3419da9c77d429a4;hb=f69b47f0f88aba6738635ae0ab3c37ccc235a0f9;hp=815441813bad139f30c1e5ac66ac7e2c99160d55;hpb=80bf04263528998feb17cedc5b7aa9668dbc8d4d;p=libsigrok.git diff --git a/proto.h b/proto.h index 81544181..ff5cb941 100644 --- a/proto.h +++ b/proto.h @@ -75,7 +75,10 @@ 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); +SR_API int sr_info_get(struct sr_dev_driver *driver, int id, + const void **data, const struct sr_dev_inst *sdi); /*--- session.c -------------------------------------------------------------*/