bitq: remove dead code
[fw/openocd] / src / jtag / jtag.h
index 6709cf717daef7c734973189b17be1660335c817..a3ce3711694d3442b5a2356faef022ac42d6e2ed 100644 (file)
@@ -164,6 +164,8 @@ struct jtag_tap {
        struct jtag_tap_event_action *event_action;
 
        struct jtag_tap* next_tap;
+       /* dap instance if some null if no instance , initialized to 0 by calloc*/
+       struct adiv5_dap *dap; 
 };
 
 void jtag_tap_init(struct jtag_tap *tap);