X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fscpi.h;fp=src%2Fscpi.h;h=eeee9a553214048fa67ea17424654dbcd108c20b;hb=02d4db356287ca58e0d8cc624199280ad91ee15c;hp=13b2d3011d543149d80ad56cfb45fe1a0e290527;hpb=1b6b9c01dfd33a75b22d7b5e0d6a284ae37b39e1;p=libsigrok.git diff --git a/src/scpi.h b/src/scpi.h index 13b2d301..eeee9a55 100644 --- a/src/scpi.h +++ b/src/scpi.h @@ -163,4 +163,10 @@ SR_PRIV int sr_scpi_cmd_resp(const struct sr_dev_inst *sdi, int channel_command, const char *channel_name, GVariant **gvar, const GVariantType *gvtype, int command, ...); +/*--- GPIB only functions ---------------------------------------------------*/ + +#ifdef HAVE_LIBGPIB +SR_PRIV int sr_scpi_gpib_spoll(struct sr_scpi_dev_inst *scpi, char *buf); +#endif + #endif