summaryrefslogtreecommitdiff
path: root/include/soc/sifive/sifive_ccache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/soc/sifive/sifive_ccache.h')
-rw-r--r--include/soc/sifive/sifive_ccache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc/sifive/sifive_ccache.h b/include/soc/sifive/sifive_ccache.h
index 4d4ed49388a0..e34d5060eb99 100644
--- a/include/soc/sifive/sifive_ccache.h
+++ b/include/soc/sifive/sifive_ccache.h
@@ -13,4 +13,6 @@ extern int unregister_sifive_ccache_error_notifier(struct notifier_block *nb);
#define SIFIVE_CCACHE_ERR_TYPE_CE 0
#define SIFIVE_CCACHE_ERR_TYPE_UE 1
+void sifive_ccache_flush_range(phys_addr_t start, size_t len);
+
#endif /* __SOC_SIFIVE_CCACHE_H */