X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fftdi-la%2Fprotocol.h;h=54c19ee3fda1b834d6add381544b9280c13e9c40;hb=f9197887e447bb7536e25f3cb24d175d97cd20bb;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..54c19ee3 100644 --- a/src/hardware/ftdi-la/protocol.h +++ b/src/hardware/ftdi-la/protocol.h @@ -51,6 +51,7 @@ struct dev_context { 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