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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/ata.h b/firmware/export/ata.h
index 697935cafc..d3323308e8 100644
--- a/firmware/export/ata.h
+++ b/firmware/export/ata.h
@@ -47,7 +47,7 @@ extern int ata_init(void);
47extern int ata_read_sectors(IF_MV2(int drive,) unsigned long start, int count, void* buf); 47extern int ata_read_sectors(IF_MV2(int drive,) unsigned long start, int count, void* buf);
48extern int ata_write_sectors(IF_MV2(int drive,) unsigned long start, int count, const void* buf); 48extern int ata_write_sectors(IF_MV2(int drive,) unsigned long start, int count, const void* buf);
49extern void ata_spin(void); 49extern void ata_spin(void);
50#if defined(CONFIG_LED) && (CONFIG_LED == LED_REAL) 50#if (CONFIG_LED == LED_REAL)
51extern void ata_set_led_enabled(bool enabled); 51extern void ata_set_led_enabled(bool enabled);
52#endif 52#endif
53extern unsigned short* ata_get_identify(void); 53extern unsigned short* ata_get_identify(void);