X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Ffx2lafw.h;h=b990e4e6b7aa3a22592df6d47e2dc553b4bae8ac;hb=cd29817daca53a88fd252198a90d7e806553d4d3;hp=71f181f493b3c09ec7ad633541a8d2cf4a700d61;hpb=e41576ec531630354c5b48ed0caa83caa1a4c14e;p=sigrok-firmware-fx2lafw.git diff --git a/include/fx2lafw.h b/include/fx2lafw.h index 71f181f4..b990e4e6 100644 --- a/include/fx2lafw.h +++ b/include/fx2lafw.h @@ -22,13 +22,5 @@ #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