target_t -> struct target
[fw/openocd] / src / target / image.h
index 55f0ea29cd56960a7c2f798e7ea4f8282cb65b02..06d47bf874612bdd8e99d8a74ff7e266a8968ecd 100644 (file)
@@ -80,7 +80,7 @@ struct image_ihex
 
 struct image_memory
 {
-       struct target_s *target;
+       struct target *target;
        uint8_t *cache;
        uint32_t cache_address;
 };