aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a_cache_l2x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv7a_cache_l2x.h')
-rw-r--r--src/target/armv7a_cache_l2x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/armv7a_cache_l2x.h b/src/target/armv7a_cache_l2x.h
index 1c135254..99fbe8aa 100644
--- a/src/target/armv7a_cache_l2x.h
+++ b/src/target/armv7a_cache_l2x.h
@@ -150,5 +150,6 @@ extern const struct command_registration arm7a_l2x_cache_command_handler[];
int armv7a_l2x_cache_flush_virt(struct target *target, uint32_t virt,
uint32_t size);
+int arm7a_l2x_flush_all_data(struct target *target);
#endif