aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv7a_cache.h')
-rw-r--r--src/target/armv7a_cache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/armv7a_cache.h b/src/target/armv7a_cache.h
index 81995ac3..fbd158b4 100644
--- a/src/target/armv7a_cache.h
+++ b/src/target/armv7a_cache.h
@@ -29,7 +29,8 @@ int armv7a_l1_i_cache_inval_virt(struct target *target, uint32_t virt,
int armv7a_cache_auto_flush_on_write(struct target *target, uint32_t virt,
uint32_t size);
int armv7a_cache_auto_flush_all_data(struct target *target);
-
+int armv7a_cache_flush_virt(struct target *target, uint32_t virt,
+ uint32_t size);
extern const struct command_registration arm7a_cache_command_handlers[];
/* CLIDR cache types */