summaryrefslogtreecommitdiff
path: root/firmware/export/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/disk.h')
-rw-r--r--firmware/export/disk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/disk.h b/firmware/export/disk.h
index 9672a6d318..d6d6796e9e 100644
--- a/firmware/export/disk.h
+++ b/firmware/export/disk.h
@@ -39,4 +39,9 @@ int disk_mount_all(void); /* returns the # of successful mounts */
39int disk_mount(int drive); 39int disk_mount(int drive);
40int disk_unmount(int drive); 40int disk_unmount(int drive);
41 41
42/* The number of 512-byte sectors in a "logical" sector. Needed for ipod 5.5G */
43#ifdef MAX_LOG_SECTOR_SIZE
44extern int disk_sector_multiplier;
45#endif
46
42#endif 47#endif