jtag: Add an option to ignore the bypass bit
[fw/openocd] / src / jtag / jtag.h
index d7d7d977c2dc72de9be436bb56251c5f473742bd..def594ee3ff5fb86dd3ddbee33b84afeaacd719b 100644 (file)
@@ -135,6 +135,9 @@ struct jtag_tap {
        /** Flag saying whether to ignore version field in expected_ids[] */
        bool ignore_version;
 
+       /** Flag saying whether to ignore the bypass bit in the code */
+       bool ignore_bypass;
+
        /** current instruction */
        uint8_t *cur_instr;
        /** Bypass register selected */