hla: add ability to change adapter speed (if supported)
[fw/openocd] / src / jtag / hla / hla_interface.h
index cb961bdea7897eb968a5cf172473c3a53400d274..aac1be30a09be039ed59c7962bb5b7484b07516e 100644 (file)
@@ -50,6 +50,8 @@ struct hl_interface_param_s {
        FILE *trace_f;
        /** Trace module source clock rate */
        uint32_t trace_source_hz;
+       /** Initial interface clock clock speed */
+       int initial_interface_speed;
 };
 
 struct hl_interface_s {