mips_ejtag_t -> struct mips_ejtag

Remove misleading typedef and redundant suffix from struct mips_ejtag.
This commit is contained in:
Zachary T Welch
2009-11-13 08:43:36 -08:00
parent ccde06a08f
commit a8141cafde
10 changed files with 89 additions and 89 deletions

View File

@@ -50,7 +50,7 @@ struct mips32_common
uint32_t common_magic;
void *arch_info;
reg_cache_t *core_cache;
mips_ejtag_t ejtag_info;
struct mips_ejtag ejtag_info;
uint32_t core_regs[MIPS32NUMCOREREGS];
int bp_scanned;