summaryrefslogtreecommitdiff
path: root/src/include/cctki_Cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctki_Cache.h')
-rw-r--r--src/include/cctki_Cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/cctki_Cache.h b/src/include/cctki_Cache.h
index c924f3bf..b38ed7e8 100644
--- a/src/include/cctki_Cache.h
+++ b/src/include/cctki_Cache.h
@@ -15,10 +15,10 @@ extern "C"
{
#endif
-int CCTKi_CacheDataSet(unsigned long cacheline_bytes,
+int Utili_CacheDataSet(unsigned long cacheline_bytes,
unsigned long cache_size);
-int CCTKi_CacheDataGet(unsigned long *cacheline_bytes,
+int Utili_CacheDataGet(unsigned long *cacheline_bytes,
unsigned long *cache_size);
#ifdef __cplusplus