]> git.gag.com Git - fw/openocd/blobdiff - src/target/arm926ejs.c
target_type_t -> struct target_type
[fw/openocd] / src / target / arm926ejs.c
index 9ae19a878e0d342252519dc65ae9b10d75f7f524..fd8e0b6a33c8049bd6c3c07d1ce6a4c924368368 100644 (file)
@@ -842,7 +842,7 @@ int arm926ejs_register_commands(struct command_context_s *cmd_ctx)
 }
 
 /** Holds methods for ARM926 targets. */
-target_type_t arm926ejs_target =
+struct target_type arm926ejs_target =
 {
        .name = "arm926ejs",