X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fjtag.h;h=3e3686b852ea47c300a75a15a57f39bff3e7c1d1;hp=37a90b193177338ce2d4a67a3ee6955602bc5c76;hb=9a9ebfb924553e0f4837c4ef77b900f1f5d824f1;hpb=11856bcffc9a35c3844df71a3a9641f5cf8beb6b;ds=sidebyside diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 37a90b1931..3e3686b852 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -144,7 +144,7 @@ typedef struct jtag_tap_event_action_s jtag_tap_event_action_t; /* this is really: typedef jtag_tap_t */ /* But - the typedef is done in "types.h" */ -/* due to "forward decloration reasons" */ +/* due to "forward declaration reasons" */ struct jtag_tap_s { const char* chip; @@ -161,6 +161,7 @@ struct jtag_tap_s uint32_t ir_capture_mask; uint8_t* expected_mask; /**< Capture-IR expected mask */ uint32_t idcode; + bool hasidcode; /* not all devices have idcode, we'll discover this during chain examination */ /**< device identification code */ /// Array of expected identification codes */