X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fjtag.h;h=ad038ae5f03f98ee6a44a086632e87bc65172a67;hp=7ad38278029006cc3677b67706e1cef6ca84d147;hb=5ed126c4f90948fbf53d186dc4ef49018fb5ecfc;hpb=30ebf9fece187f13d5ee4602dc904e48ca3bf426 diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 7ad3827802..ad038ae5f0 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -25,7 +25,7 @@ #include "command.h" -#if 0 +#if 1 #define _DEBUG_JTAG_IO_ #endif @@ -199,6 +199,8 @@ enum jtag_event JTAG_TRST_RELEASED, }; +extern char* jtag_event_strings[]; + extern int jtag_trst; extern int jtag_srst;