X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fnorma-dmm%2Fprotocol.h;h=082e736a617e0e71911e95dbd338ede9ef76041b;hb=45b75c368fece1faa39c96d662de8fc7075db25f;hp=951734e8f99667b7502375e4e0eab500309e9d5d;hpb=155b680da482cea2381becb73c51cfb838bff31e;p=libsigrok.git diff --git a/src/hardware/norma-dmm/protocol.h b/src/hardware/norma-dmm/protocol.h index 951734e8..082e736a 100644 --- a/src/hardware/norma-dmm/protocol.h +++ b/src/hardware/norma-dmm/protocol.h @@ -23,10 +23,9 @@ #include #include #include -#include #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" /** @file @@ -65,9 +64,6 @@ struct dev_context { uint64_t limit_samples; /**< Target number of samples */ uint64_t limit_msec; /**< Target sampling time */ - /* Opaque pointer passed in by frontend. */ - void *cb_data; - /* Operational state */ int last_req; /**< Last request. */ int64_t req_sent_at; /**< Request sent. */