summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata_mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata_mmc.c')
-rw-r--r--firmware/drivers/ata_mmc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/ata_mmc.c b/firmware/drivers/ata_mmc.c
index 953bb90bbc..097d0a0dbd 100644
--- a/firmware/drivers/ata_mmc.c
+++ b/firmware/drivers/ata_mmc.c
@@ -963,6 +963,7 @@ long mmc_last_disk_activity(void)
963 return last_disk_activity; 963 return last_disk_activity;
964} 964}
965 965
966#ifdef STORAGE_GET_INFO
966void mmc_get_info(IF_MV2(int drive,) struct storage_info *info) 967void mmc_get_info(IF_MV2(int drive,) struct storage_info *info)
967{ 968{
968#ifndef HAVE_MULTIVOLUME 969#ifndef HAVE_MULTIVOLUME
@@ -981,6 +982,7 @@ void mmc_get_info(IF_MV2(int drive,) struct storage_info *info)
981 } 982 }
982 info->revision="0.00"; 983 info->revision="0.00";
983} 984}
985#endif
984 986
985#ifdef HAVE_HOTSWAP 987#ifdef HAVE_HOTSWAP
986bool mmc_removable(IF_MV_NONVOID(int drive)) 988bool mmc_removable(IF_MV_NONVOID(int drive))