X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=inline;f=hardware%2Fserial-dmm%2Fprotocol.h;h=c0573e8f06745e63c48d5c186633e7a64530fd3d;hb=06b7a8af7e2e4b7baf28f4fa710a7dd00765f18a;hp=09962bb3480c3e88924c8d0413fb69ceae5c1174;hpb=5b389efcfeff17b0f7466597706c898ad65eb6a9;p=libsigrok.git diff --git a/hardware/serial-dmm/protocol.h b/hardware/serial-dmm/protocol.h index 09962bb3..c0573e8f 100644 --- a/hardware/serial-dmm/protocol.h +++ b/hardware/serial-dmm/protocol.h @@ -57,6 +57,8 @@ struct dmm_info { int (*packet_parse)(const uint8_t *, float *, struct sr_datafeed_analog *, void *); void (*dmm_details)(struct sr_datafeed_analog *, void *); + struct sr_dev_driver *di; + int (*receive_data)(int, int, void *); }; extern SR_PRIV struct dmm_info dmms[DMM_COUNT];