X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fconrad-digi-35-cpu%2Fprotocol.h;h=09a1428f3bc28e936db589f1743100936eb95aef;hb=deb7615262ac4f9cc0750a08351afa7cbf9c34d5;hp=fcde852ecce84881c4a4098361588433fddba1a5;hpb=155b680da482cea2381becb73c51cfb838bff31e;p=libsigrok.git diff --git a/src/hardware/conrad-digi-35-cpu/protocol.h b/src/hardware/conrad-digi-35-cpu/protocol.h index fcde852e..09a1428f 100644 --- a/src/hardware/conrad-digi-35-cpu/protocol.h +++ b/src/hardware/conrad-digi-35-cpu/protocol.h @@ -17,24 +17,21 @@ * 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 #include -#include #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #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