X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fconrad-digi-35-cpu%2Fprotocol.h;h=09a1428f3bc28e936db589f1743100936eb95aef;hb=bb706a7690ac9b8d959631fc83b550f181ec3d9d;hp=99d2cb7041e2da670edb847469fcaa1318208ed3;hpb=d9251a2c9f1ca4380c27240ccca90c9f9ed46d3f;p=libsigrok.git diff --git a/src/hardware/conrad-digi-35-cpu/protocol.h b/src/hardware/conrad-digi-35-cpu/protocol.h index 99d2cb70..09a1428f 100644 --- a/src/hardware/conrad-digi-35-cpu/protocol.h +++ b/src/hardware/conrad-digi-35-cpu/protocol.h @@ -17,14 +17,6 @@ * along with this program. If not, see . */ -/** - * @file - * - * Conrad DIGI 35 CPU power supply driver - * - * @internal - */ - #ifndef LIBSIGROK_HARDWARE_CONRAD_DIGI_35_CPU_PROTOCOL_H #define LIBSIGROK_HARDWARE_CONRAD_DIGI_35_CPU_PROTOCOL_H @@ -36,6 +28,10 @@ #define LOG_PREFIX "conrad-digi-35-cpu" +struct dev_context { + struct sr_sw_limits limits; +}; + SR_PRIV int send_msg1(const struct sr_dev_inst *sdi, char cmd, int param); #endif