etm_context_t -> struct etm_context
Remove misleading typedef and redundant suffix from struct etm_context.
This commit is contained in:
@@ -36,7 +36,7 @@ enum
|
||||
|
||||
struct etb
|
||||
{
|
||||
etm_context_t *etm_ctx;
|
||||
struct etm_context *etm_ctx;
|
||||
struct jtag_tap *tap;
|
||||
uint32_t cur_scan_chain;
|
||||
struct reg_cache *reg_cache;
|
||||
|
||||
Reference in New Issue
Block a user