target_type_t -> struct target_type
[fw/openocd] / src / target / arm720t.c
index 8ef7114e637eecb4644f93f4981e58db0ee92a02..b258e2f9ce440e994f523f51319bcc5075c75713 100644 (file)
@@ -510,7 +510,7 @@ static int arm720t_register_commands(struct command_context_s *cmd_ctx)
 }
 
 /** Holds methods for ARM720 targets. */
-target_type_t arm720t_target =
+struct target_type arm720t_target =
 {
        .name = "arm720t",