diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/mv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/mv.h b/firmware/export/mv.h index 620d77d30d..ec7b2efdbd 100644 --- a/firmware/export/mv.h +++ b/firmware/export/mv.h | |||
@@ -100,7 +100,9 @@ | |||
100 | void volume_recalc_free(IF_MV_NONVOID(int volume)); | 100 | void volume_recalc_free(IF_MV_NONVOID(int volume)); |
101 | unsigned int volume_get_cluster_size(IF_MV_NONVOID(int volume)); | 101 | unsigned int volume_get_cluster_size(IF_MV_NONVOID(int volume)); |
102 | void volume_size(IF_MV(int volume,) unsigned long *size, unsigned long *free); | 102 | void volume_size(IF_MV(int volume,) unsigned long *size, unsigned long *free); |
103 | #ifdef HAVE_DIRCACHE | ||
103 | bool volume_ismounted(IF_MV_NONVOID(int volume)); | 104 | bool volume_ismounted(IF_MV_NONVOID(int volume)); |
105 | #endif | ||
104 | #ifdef HAVE_HOTSWAP | 106 | #ifdef HAVE_HOTSWAP |
105 | bool volume_removable(int volume); | 107 | bool volume_removable(int volume); |
106 | bool volume_present(int volume); | 108 | bool volume_present(int volume); |