summaryrefslogtreecommitdiffstats
path: root/firmware/export/mv.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/mv.h')
-rw-r--r--firmware/export/mv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/mv.h b/firmware/export/mv.h
index 08daf50b34..55235d691a 100644
--- a/firmware/export/mv.h
+++ b/firmware/export/mv.h
@@ -103,6 +103,12 @@
#define CHECK_DRV(drive) \
((unsigned int)IF_MD_DRV(drive) < NUM_DRIVES)
+/* contains info about a volume */
+struct volumeinfo
+{
+ int drive; /* drive number */
+};
+
/* Volume-centric functions (in disk.c) */
void volume_recalc_free(IF_MV_NONVOID(int volume));
unsigned int volume_get_cluster_size(IF_MV_NONVOID(int volume));