target_type_t -> struct target_type
[fw/openocd] / src / target / feroceon.c
index cf034c428963a9011f3e077e9a41d5629a1d66a6..73292e1077d9105ec9a2bc90a9d73ec7e1b002d3 100644 (file)
@@ -674,7 +674,7 @@ int feroceon_examine(struct target_s *target)
        return ERROR_OK;
 }
 
-target_type_t feroceon_target =
+struct target_type feroceon_target =
 {
        .name = "feroceon",
 
@@ -712,7 +712,7 @@ target_type_t feroceon_target =
        .examine = feroceon_examine,
 };
 
-target_type_t dragonite_target =
+struct target_type dragonite_target =
 {
        .name = "dragonite",