]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok-internal.h
scpi: add VXI transport support
[libsigrok.git] / libsigrok-internal.h
index 2577fd0dcd981202b927e9d95dbb5ee633c61d47..e99e5473afdeead7a09160ee9bcd6c4727ce1e08 100644 (file)
@@ -420,6 +420,11 @@ SR_PRIV int sr_scpi_get_hw_id(struct sr_scpi_dev_inst *scpi,
                        struct sr_scpi_hw_info **scpi_response);
 SR_PRIV void sr_scpi_hw_info_free(struct sr_scpi_hw_info *hw_info);
 
+/*--- hardware/common/scpi_vxi.c --------------------------------------------*/
+
+SR_PRIV struct sr_scpi_dev_inst *scpi_vxi_dev_inst_new(const char *address,
+                       const char *instrument);
+
 /*--- hardware/common/scpi_serial.c -----------------------------------------*/
 
 #ifdef HAVE_LIBSERIALPORT