]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - include/fx2lafw.h
Cosmetics, coding style.
[sigrok-firmware-fx2lafw.git] / include / fx2lafw.h
index 71f181f493b3c09ec7ad633541a8d2cf4a700d61..b990e4e6b7aa3a22592df6d47e2dc553b4bae8ac 100644 (file)
 
 #define SYNCDELAY() SYNCDELAY4
 
-/**
- * Performs setup common to all fx2lafw devices.
- */
-void fx2lafw_init(void);
-
-/**
- * Performs a single iteration of the main loop code which is common
- * to all fx2lafw devices.
- */
-void fx2lafw_run(void);
+#define FX2LAFW_VERSION_MAJOR  1
+#define FX2LAFW_VERSION_MINOR  0