target_type_t -> struct target_type

Remove misleading typedef and redundant suffix from struct target_type.
This commit is contained in:
Zachary T Welch
2009-11-13 09:52:20 -08:00
parent d64a873db4
commit ac927559c3
18 changed files with 38 additions and 41 deletions

View File

@@ -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",