clkdiv: added clkdiv
[ecpprog.git] / ecpprog / jtag.h
index 51caa9d2eaddcd607c1558c47962d5ce3aa8198c..ce41925e031fc3793b44f8c92c5f1b9dd8e25780 100644 (file)
@@ -34,7 +34,7 @@ typedef enum e_TAPState
 /**
  * Performs the start-of-day tasks necessary to talk JTAG to our FPGA.
  */
-void jtag_init(int ifnum, const char *devstr, bool slow_clock);
+void jtag_init(int ifnum, const char *devstr, int clkdiv);
 
 
 /**