etb_t -> struct etb

Remove misleading typedef and redundant suffix from struct etb.
This commit is contained in:
Zachary T Welch
2009-11-13 09:27:28 -08:00
parent 4952eadd8f
commit 6421c2075c
3 changed files with 15 additions and 15 deletions

View File

@@ -391,7 +391,7 @@ struct reg_cache *etm_build_reg_cache(target_t *target,
/* the ETM might have an ETB connected */
if (strcmp(etm_ctx->capture_driver->name, "etb") == 0)
{
etb_t *etb = etm_ctx->capture_driver_priv;
struct etb *etb = etm_ctx->capture_driver_priv;
if (!etb)
{