]> sigrok.org Git - libsigrok.git/blobdiff - proto.h
Initial driver for IKALOGIC Scanalogic-2
[libsigrok.git] / proto.h
diff --git a/proto.h b/proto.h
index d2994d479a669dd360fd91411067968a5131d639..821846f223abb66e91fc0e29049245a49572feb6 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -54,6 +54,8 @@ SR_API int sr_dev_trigger_set(const struct sr_dev_inst *sdi, int probenum,
 SR_API gboolean sr_dev_has_option(const struct sr_dev_inst *sdi, int key);
 SR_API GSList *sr_dev_list(const struct sr_dev_driver *driver);
 SR_API int sr_dev_clear(const struct sr_dev_driver *driver);
+SR_API int sr_dev_open(struct sr_dev_inst *sdi);
+SR_API int sr_dev_close(struct sr_dev_inst *sdi);
 
 /*--- filter.c --------------------------------------------------------------*/