]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/ftdi-la/protocol.h
Introduce standard implementation of the dev_list() callback
[libsigrok.git] / src / hardware / ftdi-la / protocol.h
index 4c440eaa2984e3a13c7b1e8e491f57703199dd5f..aa72dffa723b83b2ac3e397816dca1df04048fa6 100644 (file)
@@ -48,9 +48,9 @@ struct dev_context {
        unsigned char *data_buf;
        uint64_t samples_sent;
        uint64_t bytes_received;
-       void *cb_data;
 };
 
+SR_PRIV int ftdi_la_set_samplerate(struct dev_context *devc);
 SR_PRIV int ftdi_la_receive_data(int fd, int revents, void *cb_data);
 
 #endif