]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/serial-lcr/protocol.h
serial-lcr: add support for chip specific channel names
[libsigrok.git] / src / hardware / serial-lcr / protocol.h
index 8e11733c423e4ae44d8f37afbc26a57b9ac17a8c..292a10eae7dafcb1047818d8cb5cec49a798768d 100644 (file)
@@ -33,6 +33,7 @@ struct lcr_info {
        const char *vendor;
        const char *model;
        size_t channel_count;
+       const char **channel_formats;
        const char *comm;
        size_t packet_size;
        gboolean (*packet_valid)(const uint8_t *pkt);