jtag newtap change & huge manual update
[fw/openocd] / src / flash / str9xpec.h
index 4e34f6c7a3fafe135e5e57022128f4bf1172da54..de19b625d5be06116d445f0bd278f63576d466d5 100644 (file)
 
 typedef struct str9xpec_flash_controller_s
 {
+       jtag_tap_t *tap;
        u32 *sector_bits;
        int chain_pos;
        int isc_enable;
-       jtag_device_t* devarm;
        u8 options[8];
 } str9xpec_flash_controller_t;