]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - include/gpif-acquisition.h
dscr_hantek_6022be.inc: Fix incorrect comments, add additional ones.
[sigrok-firmware-fx2lafw.git] / include / gpif-acquisition.h
index b1fc1c8f2545188b49df4e9cdd8208d3b6be6c7a..0b1f964ec548110250643b8bf7f5dd98de97ed1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the fx2lafw project.
+ * This file is part of the sigrok-firmware-fx2lafw project.
  *
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
  *
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#include <stdbool.h>
+#ifndef FX2LAFW_INCLUDE_GPIF_ACQUISITION_H
+#define FX2LAFW_INCLUDE_GPIF_ACQUISITION_H
 
+#include <stdbool.h>
 #include <command.h>
 
 void gpif_init_la(void);
-
 bool gpif_acquisition_start(const struct cmd_start_acquisition *cmd);
-
 void gpif_poll(void);
+
+#endif