summaryrefslogtreecommitdiff
path: root/firmware/export/mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/mmc.h')
-rw-r--r--firmware/export/mmc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/mmc.h b/firmware/export/mmc.h
index 2e7fb2441d..271d910763 100644
--- a/firmware/export/mmc.h
+++ b/firmware/export/mmc.h
@@ -44,7 +44,9 @@ void mmc_spin(void);
44void mmc_set_led_enabled(bool enabled); 44void mmc_set_led_enabled(bool enabled);
45#endif 45#endif
46 46
47#ifdef STORAGE_GET_INFO
47void mmc_get_info(IF_MV2(int drive,) struct storage_info *info); 48void mmc_get_info(IF_MV2(int drive,) struct storage_info *info);
49#endif
48#ifdef HAVE_HOTSWAP 50#ifdef HAVE_HOTSWAP
49bool mmc_removable(IF_MV_NONVOID(int drive)); 51bool mmc_removable(IF_MV_NONVOID(int drive));
50bool mmc_present(IF_MV_NONVOID(int drive)); 52bool mmc_present(IF_MV_NONVOID(int drive));