diff options
Diffstat (limited to 'firmware/export/mv.h')
-rw-r--r-- | firmware/export/mv.h | 3 |
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 @@ struct volumeinfo { int drive; /* drive number */ + int partition; /* partition number (0 for superfloppy drives) */ }; /* Volume-centric functions (in disk.c) */ @@ -131,4 +132,6 @@ static inline int volume_drive(int volume) } #endif /* HAVE_MULTIDRIVE */ +int volume_partition(int volume); + #endif /* __MV_H__ */ |