author: Samin Guo <samin.guo@starfivetech.com> 2023-06-27 14:04:15 +0800
committer: Samin Guo <samin.guo@starfivetech.com> 2023-06-27 14:09:29 +0800
commit: f2277bebd1141f78dbaa0bd1cbb793030f487d2f
parent: 359e041970219182f9d0666490827eae5c9b88b1
Commit Summary:
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/include/soc/sifive/sifive_l2_cache.h b/include/soc/sifive/sifive_l2_cache.h
index 93b033debf62..f472e4cb1232 100644
--- a/include/soc/sifive/sifive_l2_cache.h
+++ b/include/soc/sifive/sifive_l2_cache.h
@@ -27,6 +27,7 @@ static inline bool sifive_l2_handle_noncoherent(void)
#endif
}
+void sifive_ccache_flush_range(phys_addr_t start, size_t len);
void sifive_l2_flush_range(phys_addr_t start, size_t len);
void *sifive_l2_set_uncached(void *addr, size_t size);
static inline void sifive_l2_clear_uncached(void *addr, size_t size)