X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=proto.h;h=ea4bc591a6c1853ee3c55175adc6691d063664d4;hb=3cf91809a5aca7462f0fc9c3ca6fb9a7ebdf92d2;hp=d79e017be1cafa6fa67291da53038610ee6989cd;hpb=056be0719f0c1a05cde6fc2483b50e024708fdac;p=libsigrok.git diff --git a/proto.h b/proto.h index d79e017b..ea4bc591 100644 --- a/proto.h +++ b/proto.h @@ -67,11 +67,11 @@ SR_API int sr_filter_probes(int in_unitsize, int out_unitsize, 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); +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_devopt_get(int hwcap); /*--- session.c -------------------------------------------------------------*/