···52int disk_get_sector_multiplier(IF_MD_NONVOID(int drive));
53/* The logical sector size to use when we have no valid paritions */
54#ifdef DEFAULT_VIRT_SECTOR_SIZE
55-void disk_set_sector_multiplier(IF_MD(int drive,) uint16_t mult);
56#endif
57#endif
58
···52int disk_get_sector_multiplier(IF_MD_NONVOID(int drive));
53/* The logical sector size to use when we have no valid paritions */
54#ifdef DEFAULT_VIRT_SECTOR_SIZE
55+void disk_set_sector_multiplier(IF_MD(int drive,) int mult);
56#endif
57#endif
58