X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Flecroy-xstream%2Fprotocol.h;h=0200c197d4b3659ff7dc0572bfbdc32e2a482e4f;hb=e66d1892d0dd16ed166fc8f13493f95de0607362;hp=135368436a543e25c022f1daaa15a3a361cb0ef0;hpb=ea257cdc23d0489fd589d0f17e3838db28189a79;p=libsigrok.git diff --git a/src/hardware/lecroy-xstream/protocol.h b/src/hardware/lecroy-xstream/protocol.h index 13536843..0200c197 100644 --- a/src/hardware/lecroy-xstream/protocol.h +++ b/src/hardware/lecroy-xstream/protocol.h @@ -38,12 +38,6 @@ struct scope_config { const char *(*analog_names)[]; - const uint32_t (*devopts)[]; - const uint8_t num_devopts; - - const uint32_t (*analog_devopts)[]; - const uint8_t num_analog_devopts; - const char *(*coupling_options)[]; const uint8_t num_coupling_options; @@ -100,7 +94,6 @@ SR_PRIV int lecroy_xstream_init_device(struct sr_dev_inst *sdi); SR_PRIV int lecroy_xstream_request_data(const struct sr_dev_inst *sdi); SR_PRIV int lecroy_xstream_receive_data(int fd, int revents, void *cb_data); -SR_PRIV struct scope_state *lecroy_xstream_state_new(struct scope_config *config); SR_PRIV void lecroy_xstream_state_free(struct scope_state *state); SR_PRIV int lecroy_xstream_state_get(struct sr_dev_inst *sdi); SR_PRIV int lecroy_xstream_update_sample_rate(const struct sr_dev_inst *sdi);