X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=hardware%2Fconrad-digi-35-cpu%2Fprotocol.h;h=fcde852ecce84881c4a4098361588433fddba1a5;hb=7e7b7fb7d323f7600958bf29025ca089a15829e3;hp=301a80262cd48fd6be287be106ca9232eb566a6d;hpb=c6a2843a58a398d0095291c2a1f397b419d164f4;p=libsigrok.git diff --git a/hardware/conrad-digi-35-cpu/protocol.h b/hardware/conrad-digi-35-cpu/protocol.h index 301a8026..fcde852e 100644 --- a/hardware/conrad-digi-35-cpu/protocol.h +++ b/hardware/conrad-digi-35-cpu/protocol.h @@ -17,21 +17,22 @@ * along with this program. If not, see . */ -/** @file - * Conrad DIGI 35 CPU power supply driver - * @internal +/** + * @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 "libsigrok-internal.h" -/* Message logging helpers with subsystem-specific prefix string. */ #define LOG_PREFIX "conrad-digi-35-cpu" SR_PRIV int send_msg1(const struct sr_dev_inst *sdi, char cmd, int param);