]> sigrok.org Git - libsigrok.git/blobdiff - hardware/conrad-digi-35-cpu/protocol.h
conrad-digi-35-cpu: Add missing Makefile.am, minor cosmetics.
[libsigrok.git] / hardware / conrad-digi-35-cpu / protocol.h
index 301a80262cd48fd6be287be106ca9232eb566a6d..fcde852ecce84881c4a4098361588433fddba1a5 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/** @file
- *  <em>Conrad DIGI 35 CPU</em> power supply driver
- *  @internal
+/**
+ * @file
+ * <em>Conrad DIGI 35 CPU</em> power supply driver
+ * @internal
  */
 
 #ifndef LIBSIGROK_HARDWARE_CONRAD_DIGI_35_CPU_PROTOCOL_H
 #define LIBSIGROK_HARDWARE_CONRAD_DIGI_35_CPU_PROTOCOL_H
 
 #include <stdint.h>
+#include <errno.h>
+#include <string.h>
 #include <glib.h>
-
 #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);