jtag_tap_t -> struct jtag_tap
Search and destroy the jtag_tap_t typedef. This also cleans up a layering violation, removing the declaration from types.h.
This commit is contained in:
@@ -37,7 +37,7 @@ enum
|
||||
typedef struct etb_s
|
||||
{
|
||||
etm_context_t *etm_ctx;
|
||||
jtag_tap_t *tap;
|
||||
struct jtag_tap *tap;
|
||||
uint32_t cur_scan_chain;
|
||||
reg_cache_t *reg_cache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user