X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fhameg-hmo%2Fprotocol.h;h=b251bc823b3aadfe147af3070c7a2637d5bfb3ec;hb=e06875b2ce47e128922d63f09ca4e9b3d8105722;hp=24deb3f759ae99b39e8d720d6250f3630093f08d;hpb=1b0f62df2294af7f4fa9b8ecaed76a5658802095;p=libsigrok.git diff --git a/src/hardware/hameg-hmo/protocol.h b/src/hardware/hameg-hmo/protocol.h index 24deb3f7..b251bc82 100644 --- a/src/hardware/hameg-hmo/protocol.h +++ b/src/hardware/hameg-hmo/protocol.h @@ -103,6 +103,9 @@ struct dev_context { uint64_t num_frames; uint64_t frame_limit; + + size_t pod_count; + GByteArray *logic_data; }; SR_PRIV int hmo_init_device(struct sr_dev_inst *sdi);