]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
Removed unneeded declarations
authorJoel Holdsworth <redacted>
Sat, 24 Mar 2012 12:46:29 +0000 (12:46 +0000)
committerJoel Holdsworth <redacted>
Sat, 24 Mar 2012 12:46:29 +0000 (12:46 +0000)
include/fx2lafw.h

index 7d5877dd35a987193559e5fdb13eeedf7a71b337..fcafa62e630f0cd206fa7b3d8c0b0525bf17a503 100644 (file)
 #include <autovector.h>
 
 #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_poll(void);