summaryrefslogtreecommitdiff
path: root/src/target/mips32.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:43:36 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:11 -0800
commita8141cafdef162d52e128cd2ab51702b9800fda2 (patch)
tree2cff899322e3ae0d30fe1b574f559d542e4b06ec /src/target/mips32.h
parentccde06a08fbf9c4f57b321dbec0509f73239c2de (diff)
downloadopenocd+libswd-a8141cafdef162d52e128cd2ab51702b9800fda2.tar.gz
openocd+libswd-a8141cafdef162d52e128cd2ab51702b9800fda2.tar.bz2
openocd+libswd-a8141cafdef162d52e128cd2ab51702b9800fda2.tar.xz
openocd+libswd-a8141cafdef162d52e128cd2ab51702b9800fda2.zip
mips_ejtag_t -> struct mips_ejtag
Remove misleading typedef and redundant suffix from struct mips_ejtag.
Diffstat (limited to 'src/target/mips32.h')
-rw-r--r--src/target/mips32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/mips32.h b/src/target/mips32.h
index 9fdb6053..39f00be4 100644
--- a/src/target/mips32.h
+++ b/src/target/mips32.h
@@ -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;