disk: Minor cleanups with respect to virtual<->logical sector mapping

Change-Id: Ib20c73c8afe6cf71165600ace1b2ca4b10de2ae8
This commit is contained in:
Solomon Peachy 2025-09-22 22:05:12 -04:00
parent 3ddde8615c
commit aef5cec1ad
2 changed files with 8 additions and 9 deletions

View file

@ -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