mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
More red fixes
Change-Id: If22cdb286edac47b08b158bee6910ba7a539b041
This commit is contained in:
parent
520875ff00
commit
1528b44349
5 changed files with 8 additions and 10 deletions
|
|
@ -563,7 +563,7 @@ static inline int write_sector(unsigned long start, unsigned int count,
|
|||
return ret;
|
||||
}
|
||||
|
||||
int nand_read_sectors(IF_MV(int drive,) unsigned long start, int count, void* buf)
|
||||
int nand_read_sectors(IF_MD(int drive,) unsigned long start, int count, void* buf)
|
||||
{
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
(void)drive;
|
||||
|
|
@ -590,7 +590,7 @@ int nand_read_sectors(IF_MV(int drive,) unsigned long start, int count, void* bu
|
|||
return ret;
|
||||
}
|
||||
|
||||
int nand_write_sectors(IF_MV(int drive,) unsigned long start, int count, const void* buf)
|
||||
int nand_write_sectors(IF_MD(int drive,) unsigned long start, int count, const void* buf)
|
||||
{
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
(void)drive;
|
||||
|
|
@ -662,7 +662,7 @@ void nand_sleepnow(void)
|
|||
}
|
||||
|
||||
#ifdef STORAGE_GET_INFO
|
||||
void nand_get_info(IF_MV(int drive,) struct storage_info *info)
|
||||
void nand_get_info(IF_MD(int drive,) struct storage_info *info)
|
||||
{
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
(void)drive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue