]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - include/gpif-acquisition.h
dscr.inc: Shorten representation of two strings.
[sigrok-firmware-fx2lafw.git] / include / gpif-acquisition.h
index ff6ecf5790850a2788488508e05bc2940a7e746e..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
  */
 
-#ifndef FX2LAFW_GPIF_ACQUISITION_H
-#define FX2LAFW_GPIF_ACQUISITION_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