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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/sd.h b/firmware/export/sd.h
index 8e1fa88ceb..fbb66cc9a9 100644
--- a/firmware/export/sd.h
+++ b/firmware/export/sd.h
@@ -43,7 +43,9 @@ void sd_spin(void);
43void sd_set_led_enabled(bool enabled); 43void sd_set_led_enabled(bool enabled);
44#endif 44#endif
45 45
46#ifdef STORAGE_GET_INFO
46void sd_get_info(IF_MV2(int drive,) struct storage_info *info); 47void sd_get_info(IF_MV2(int drive,) struct storage_info *info);
48#endif
47#ifdef HAVE_HOTSWAP 49#ifdef HAVE_HOTSWAP
48bool sd_removable(IF_MV_NONVOID(int drive)); 50bool sd_removable(IF_MV_NONVOID(int drive));
49bool sd_present(IF_MV_NONVOID(int drive)); 51bool sd_present(IF_MV_NONVOID(int drive));