mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
storage: report physical sector multiplier via storage_get_info()
Show this in in the info dump when we can't find a filesystem to mount in main() plus in the ipod bootloaders Change-Id: I3b437ae0032b17f29c0dd94043743f14d2b2f3ad
This commit is contained in:
parent
44b5220f22
commit
bc7bc4e8ac
5 changed files with 42 additions and 6 deletions
|
|
@ -108,6 +108,9 @@ struct storage_info
|
|||
{
|
||||
unsigned int sector_size;
|
||||
sector_t num_sectors;
|
||||
#ifdef MAX_PHYS_SECTOR_SIZE
|
||||
uint16_t phys_sector_mult;
|
||||
#endif
|
||||
char *vendor;
|
||||
char *product;
|
||||
char *revision;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue