X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fjtag.h;h=0e9a9302eef70236f0a67b5bf382921b3b08dd88;hp=fba65852f205576e06b8aeb33d304fc071949def;hb=7de7bc80fcca79e72c45040dc0ff3467e4b10dea;hpb=9a9cc91bcb61e340ba60b46dedb9017a58c8c91a diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index fba65852f2..0e9a9302ee 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -200,10 +200,7 @@ typedef struct jtag_interface_s enum jtag_event { - JTAG_SRST_ASSERTED, - JTAG_TRST_ASSERTED, - JTAG_SRST_RELEASED, - JTAG_TRST_RELEASED, + JTAG_TRST_ASSERTED }; extern char* jtag_event_strings[]; @@ -225,6 +222,7 @@ extern enum tap_state end_state; extern enum tap_state cur_state; extern int jtag_speed; +extern int jtag_speed_post_reset; enum reset_types {