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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/armv7a_cache.h b/src/target/armv7a_cache.h
index 0efdab74..81995ac3 100644
--- a/src/target/armv7a_cache.h
+++ b/src/target/armv7a_cache.h
@@ -21,6 +21,8 @@
int armv7a_l1_d_cache_clean_virt(struct target *target, uint32_t virt,
unsigned int size);
+int armv7a_l1_d_cache_flush_virt(struct target *target, uint32_t virt,
+ unsigned int size);
int armv7a_l1_i_cache_inval_all(struct target *target);
int armv7a_l1_i_cache_inval_virt(struct target *target, uint32_t virt,
uint32_t size);