]> git.sur5r.net Git - openocd/blobdiff - src/target/target_type.h
target/arm_adi_v5: add command "dpreg"
[openocd] / src / target / target_type.h
index 0960e6d59392391ffc86870f247c5f73c0a9924f..fbbd57d980590e7ec8166cca723ce80098ff17d4 100644 (file)
@@ -84,7 +84,7 @@ struct target_type {
         * "halt".
         *
         * reset run; halt
-     */
+        */
        int (*deassert_reset)(struct target *target);
        int (*soft_reset_halt)(struct target *target);
 
@@ -130,8 +130,9 @@ struct target_type {
 
        int (*checksum_memory)(struct target *target, target_addr_t address,
                        uint32_t count, uint32_t *checksum);
-       int (*blank_check_memory)(struct target *target, target_addr_t address,
-                       uint32_t count, uint32_t *blank, uint8_t erased_value);
+       int (*blank_check_memory)(struct target *target,
+                       struct target_memory_check_block *blocks, int num_blocks,
+                       uint8_t erased_value);
 
        /*
         * target break-/watchpoint control