target_type_t -> struct target_type
Remove misleading typedef and redundant suffix from struct target_type.
This commit is contained in:
@@ -233,7 +233,7 @@ int arm966e_register_commands(struct command_context_s *cmd_ctx)
|
||||
}
|
||||
|
||||
/** Holds methods for ARM966 targets. */
|
||||
target_type_t arm966e_target =
|
||||
struct target_type arm966e_target =
|
||||
{
|
||||
.name = "arm966e",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user