X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fflash%2Fflash.h;h=eeacc756cfa2d1b0452806bf652959467c8cee83;hb=dfecfd5fd471708ac15af08b52964e8f8da9f4be;hp=9cd592321c3b3a946f8e34b06f9c97e81882730b;hpb=af949b2531d2a8863d077025db40cbb170d13a63;p=fw%2Fopenocd diff --git a/src/flash/flash.h b/src/flash/flash.h index 9cd592321..eeacc756c 100644 --- a/src/flash/flash.h +++ b/src/flash/flash.h @@ -29,7 +29,7 @@ #include "target.h" #include "log.h" -struct image_s; +struct image; #define FLASH_MAX_ERROR_STR (128) @@ -286,7 +286,7 @@ int flash_erase_address_range(struct target_s *target, * @returns ERROR_OK if successful; otherwise, an error code. */ int flash_write(struct target_s *target, - struct image_s *image, uint32_t *written, int erase); + struct image *image, uint32_t *written, int erase); /** * Forces targets to re-examine their erase/protection state. * This routine must be called when the system may modify the status.