mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
disk: Minor cleanups with respect to virtual<->logical sector mapping
Change-Id: Ib20c73c8afe6cf71165600ace1b2ca4b10de2ae8
This commit is contained in:
parent
3ddde8615c
commit
aef5cec1ad
2 changed files with 8 additions and 9 deletions
|
|
@ -52,7 +52,7 @@ int disk_unmount(int drive);
|
|||
int disk_get_sector_multiplier(IF_MD_NONVOID(int drive));
|
||||
/* The logical sector size to use when we have no valid paritions */
|
||||
#ifdef DEFAULT_VIRT_SECTOR_SIZE
|
||||
void disk_set_sector_multiplier(IF_MD(int drive,) uint16_t mult);
|
||||
void disk_set_sector_multiplier(IF_MD(int drive,) int mult);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue