No reason to keep longer this temporary hack.
Remove it by reverting the original commit.
Change-Id: I5c6dcdb1f4755b7dba4c03a5033913ef8db35e18
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5533
Tested-by: jenkins
.poll_trace = &hl_interface_poll_trace,
/* no ops for HLA, targets hla_target and stm8 intercept them all */
-
- /* FIXME: helper to simplify transition of HLA drivers. To be removed */
- .hla_if = &hl_if,
};
*/
-/* FIXME: prototype to simplify transition of HLA drivers. To be removed */
-struct hl_interface_s;
-
/** implementation of wrapper function tap_set_state() */
void tap_set_state_impl(tap_state_t new_state);
/* SWIM APIs */
const struct swim_driver *swim_ops;
-
- /* FIXME: helper to simplify transition of HLA drivers. To be removed */
- struct hl_interface_s *hla_if;
};
extern const char * const jtag_only[];