X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv7a_cache_l2x.h;h=f98b55446570ec950c7d1d6b912ddad4d91a2a2e;hp=3d9ad8116ed524e2b36f08426c75820ed3d5ba3e;hb=010b09121ca08f955921654c6a3d405be80afef1;hpb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0 diff --git a/src/target/armv7a_cache_l2x.h b/src/target/armv7a_cache_l2x.h index 3d9ad8116e..f98b554465 100644 --- a/src/target/armv7a_cache_l2x.h +++ b/src/target/armv7a_cache_l2x.h @@ -151,7 +151,7 @@ struct l2c_init_data { extern const struct command_registration arm7a_l2x_cache_command_handler[]; -int armv7a_l2x_cache_flush_virt(struct target *target, uint32_t virt, +int armv7a_l2x_cache_flush_virt(struct target *target, target_addr_t virt, uint32_t size); int arm7a_l2x_flush_all_data(struct target *target);