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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/sifive/sifive_ccache.h b/include/soc/sifive/sifive_ccache.h
index e336ac3f73cb..358693ba3753 100644
--- a/include/soc/sifive/sifive_ccache.h
+++ b/include/soc/sifive/sifive_ccache.h
@@ -27,6 +27,7 @@ static inline bool sifive_ccache_handle_noncoherent(void)
#endif
}
+void sifive_ccache_flush_entire(void);
void sifive_ccache_flush_range(phys_addr_t start, size_t len);
void sifive_l2_flush64_range(phys_addr_t start, size_t len);
void *sifive_ccache_set_uncached(void *addr, size_t size);