X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fftdi-la%2Fprotocol.h;h=aa72dffa723b83b2ac3e397816dca1df04048fa6;hb=c2fdcc25a47c4c8f25e3ea96ea36a674a151e839;hp=4c440eaa2984e3a13c7b1e8e491f57703199dd5f;hpb=f227338297de002d8a76dc5e411dde8743751028;p=libsigrok.git diff --git a/src/hardware/ftdi-la/protocol.h b/src/hardware/ftdi-la/protocol.h index 4c440eaa..aa72dffa 100644 --- a/src/hardware/ftdi-la/protocol.h +++ b/src/hardware/ftdi-la/protocol.h @@ -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