summaryrefslogtreecommitdiff
path: root/firmware/include/dircache.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/dircache.h')
-rw-r--r--firmware/include/dircache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/include/dircache.h b/firmware/include/dircache.h
index 6c214a9073..f6bc153faf 100644
--- a/firmware/include/dircache.h
+++ b/firmware/include/dircache.h
@@ -85,6 +85,7 @@ int dircache_save(const char *path);
85int dircache_build(int last_size); 85int dircache_build(int last_size);
86void* dircache_steal_buffer(long *size); 86void* dircache_steal_buffer(long *size);
87bool dircache_is_enabled(void); 87bool dircache_is_enabled(void);
88bool dircache_is_initializing(void);
88int dircache_get_entry_count(void); 89int dircache_get_entry_count(void);
89int dircache_get_cache_size(void); 90int dircache_get_cache_size(void);
90int dircache_get_reserve_used(void); 91int dircache_get_reserve_used(void);