summaryrefslogtreecommitdiff
path: root/firmware/export/sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/sd.h')
-rw-r--r--firmware/export/sd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/sd.h b/firmware/export/sd.h
index 8f1c8fe413..11923fdc92 100644
--- a/firmware/export/sd.h
+++ b/firmware/export/sd.h
@@ -38,10 +38,6 @@ int sd_read_sectors(IF_MV2(int drive,) unsigned long start, int count, void* buf
38int sd_write_sectors(IF_MV2(int drive,) unsigned long start, int count, const void* buf); 38int sd_write_sectors(IF_MV2(int drive,) unsigned long start, int count, const void* buf);
39void sd_spin(void); 39void sd_spin(void);
40 40
41#if (CONFIG_LED == LED_REAL)
42void sd_set_led_enabled(bool enabled);
43#endif
44
45#ifdef STORAGE_GET_INFO 41#ifdef STORAGE_GET_INFO
46void sd_get_info(IF_MV2(int drive,) struct storage_info *info); 42void sd_get_info(IF_MV2(int drive,) struct storage_info *info);
47#endif 43#endif