]> git.sur5r.net Git - openocd/blobdiff - src/target/target.h
flash/nor: Add erased_value to drivers and pass it to targets
[openocd] / src / target / target.h
index a1a30fff939d8926d24cee15ce61317ae17a3cc0..8f6a7d901abb93cd598aa7905667f4282f025175 100644 (file)
@@ -579,7 +579,7 @@ int target_read_buffer(struct target *target,
 int target_checksum_memory(struct target *target,
                uint32_t address, uint32_t size, uint32_t *crc);
 int target_blank_check_memory(struct target *target,
-               uint32_t address, uint32_t size, uint32_t *blank);
+               uint32_t address, uint32_t size, uint32_t *blank, uint8_t erased_value);
 int target_wait_state(struct target *target, enum target_state state, int ms);
 
 /**