summaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 09:52:20 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:13 -0800
commitac927559c3ce5406adac34b9d4ca4ecb37a48181 (patch)
treec80df94596067ffbbf47225aa1ff2570473fb256 /src/target/mips_m4k.c
parentd64a873db44258470b50f370f2c8af71157952d0 (diff)
downloadopenocd+libswd-ac927559c3ce5406adac34b9d4ca4ecb37a48181.tar.gz
openocd+libswd-ac927559c3ce5406adac34b9d4ca4ecb37a48181.tar.bz2
openocd+libswd-ac927559c3ce5406adac34b9d4ca4ecb37a48181.tar.xz
openocd+libswd-ac927559c3ce5406adac34b9d4ca4ecb37a48181.zip
target_type_t -> struct target_type
Remove misleading typedef and redundant suffix from struct target_type.
Diffstat (limited to 'src/target/mips_m4k.c')
-rw-r--r--src/target/mips_m4k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/mips_m4k.c b/src/target/mips_m4k.c
index 095260c3..9213ae0c 100644
--- a/src/target/mips_m4k.c
+++ b/src/target/mips_m4k.c
@@ -48,7 +48,7 @@ int mips_m4k_assert_reset(target_t *target);
int mips_m4k_deassert_reset(target_t *target);
int mips_m4k_checksum_memory(target_t *target, uint32_t address, uint32_t size, uint32_t *checksum);
-target_type_t mips_m4k_target =
+struct target_type mips_m4k_target =
{
.name = "mips_m4k",