summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/cctki_Cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cctki_Cache.h b/src/include/cctki_Cache.h
index b38ed7e8..61015dbe 100644
--- a/src/include/cctki_Cache.h
+++ b/src/include/cctki_Cache.h
@@ -21,6 +21,8 @@ int Utili_CacheDataSet(unsigned long cacheline_bytes,
int Utili_CacheDataGet(unsigned long *cacheline_bytes,
unsigned long *cache_size);
+int CCTKi_SetupCache(void);
+
#ifdef __cplusplus
}
#endif