summaryrefslogtreecommitdiff
path: root/firmware/export/ata.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/ata.h')
-rw-r--r--firmware/export/ata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/ata.h b/firmware/export/ata.h
index f09a4630d3..a5c2f6292a 100644
--- a/firmware/export/ata.h
+++ b/firmware/export/ata.h
@@ -47,7 +47,10 @@ void ata_spin(void);
47void ata_set_led_enabled(bool enabled); 47void ata_set_led_enabled(bool enabled);
48#endif 48#endif
49unsigned short* ata_get_identify(void); 49unsigned short* ata_get_identify(void);
50
51#ifdef STORAGE_GET_INFO
50void ata_get_info(IF_MV2(int drive,) struct storage_info *info); 52void ata_get_info(IF_MV2(int drive,) struct storage_info *info);
53#endif
51#ifdef HAVE_HOTSWAP 54#ifdef HAVE_HOTSWAP
52bool ata_removable(IF_MV_NONVOID(int drive)); 55bool ata_removable(IF_MV_NONVOID(int drive));
53bool ata_present(IF_MV_NONVOID(int drive)); 56bool ata_present(IF_MV_NONVOID(int drive));