lecroy-xstream: Drop prototypes for non-existing functions.

This commit is contained in:
Uwe Hermann 2017-03-02 20:20:19 +01:00
parent ea257cdc23
commit b295fa5190
2 changed files with 0 additions and 7 deletions

View File

@ -23,12 +23,6 @@
#include "scpi.h" #include "scpi.h"
#include "protocol.h" #include "protocol.h"
SR_PRIV void lecroy_queue_logic_data(struct dev_context *devc,
size_t group, GByteArray *pod_data);
SR_PRIV void lecroy_send_logic_packet(struct sr_dev_inst *sdi,
struct dev_context *devc);
SR_PRIV void lecroy_cleanup_logic_data(struct dev_context *devc);
struct lecroy_wavedesc_2_x { struct lecroy_wavedesc_2_x {
uint16_t comm_type; uint16_t comm_type;
uint16_t comm_order; /* 1 - little endian */ uint16_t comm_order; /* 1 - little endian */

View File

@ -100,7 +100,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_request_data(const struct sr_dev_inst *sdi);
SR_PRIV int lecroy_xstream_receive_data(int fd, int revents, void *cb_data); 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 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_state_get(struct sr_dev_inst *sdi);
SR_PRIV int lecroy_xstream_update_sample_rate(const struct sr_dev_inst *sdi); SR_PRIV int lecroy_xstream_update_sample_rate(const struct sr_dev_inst *sdi);