X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fjtag.h;h=feb4614fa6fe5c6ff3cd06baf4cef70102c8f87c;hp=044d7c0c29f99e05108746beb4d111e7f36ffb02;hb=87c90393fedc8bb278d189aa53bcd93f4892012b;hpb=b0fe92dba7c01adc25e5fe3552253a4a8c69ae1a diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 044d7c0c29..feb4614fa6 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -24,6 +24,7 @@ #include #include +#include #ifndef DEBUG_JTAG_IOZ #define DEBUG_JTAG_IOZ 64 @@ -624,9 +625,6 @@ bool jtag_poll_get_enabled(void); */ void jtag_poll_set_enabled(bool value); - -/* The minidriver may have inline versions of some of the low - * level APIs that are used in inner loops. */ #include int jim_jtag_newtap(Jim_Interp *interp, int argc, Jim_Obj *const *argv);