summaryrefslogtreecommitdiff
path: root/firmware/export/mv.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/mv.h')
-rw-r--r--firmware/export/mv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/mv.h b/firmware/export/mv.h
index 55235d691a..966ff9a032 100644
--- a/firmware/export/mv.h
+++ b/firmware/export/mv.h
@@ -107,6 +107,7 @@
107struct volumeinfo 107struct volumeinfo
108{ 108{
109 int drive; /* drive number */ 109 int drive; /* drive number */
110 int partition; /* partition number (0 for superfloppy drives) */
110}; 111};
111 112
112/* Volume-centric functions (in disk.c) */ 113/* Volume-centric functions (in disk.c) */
@@ -131,4 +132,6 @@ static inline int volume_drive(int volume)
131} 132}
132#endif /* HAVE_MULTIDRIVE */ 133#endif /* HAVE_MULTIDRIVE */
133 134
135int volume_partition(int volume);
136
134#endif /* __MV_H__ */ 137#endif /* __MV_H__ */