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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/mmc.h b/firmware/export/mmc.h
index 0d99fac0ca..06d99d219e 100644
--- a/firmware/export/mmc.h
+++ b/firmware/export/mmc.h
@@ -40,10 +40,6 @@ int mmc_write_sectors(IF_MV2(int drive,) unsigned long start, int count, const v
40void mmc_spin(void); 40void mmc_spin(void);
41int mmc_spinup_time(void); 41int mmc_spinup_time(void);
42 42
43#if (CONFIG_LED == LED_REAL)
44void mmc_set_led_enabled(bool enabled);
45#endif
46
47#ifdef STORAGE_GET_INFO 43#ifdef STORAGE_GET_INFO
48void mmc_get_info(IF_MV2(int drive,) struct storage_info *info); 44void mmc_get_info(IF_MV2(int drive,) struct storage_info *info);
49#endif 45#endif