X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fjtag.h;h=668486332f134e011e04089a63244ba81e36a8c7;hp=4a1be9fc20d5cb6f5616ee047f06ea23a2334739;hb=e733ac36bf52283ff70fa352447fd85d41580e49;hpb=6ef5a622af24a3644c1ebd5cf690bd5c38e6d8a3 diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 4a1be9fc20..668486332f 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -869,6 +869,13 @@ extern int interface_jtag_add_sleep(u32 us); extern int interface_jtag_add_clocks(int num_cycles); extern int interface_jtag_execute_queue(void); +/** + * Calls the interface callback to execute the queue. This routine + * is used by the JTAG driver layer and should not be called directly. + */ +extern int default_interface_jtag_execute_queue(void); + + #endif // INCLUDE_JTAG_MINIDRIVER_H /* this allows JTAG devices to implement the entire jtag_xxx() layer in hw/sw */