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, 0 insertions, 2 deletions
diff --git a/firmware/export/ata.h b/firmware/export/ata.h
index 83124c6bfa..c2ba974544 100644
--- a/firmware/export/ata.h
+++ b/firmware/export/ata.h
@@ -46,8 +46,6 @@ extern int ata_soft_reset(void);
46extern int ata_init(void); 46extern 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_delayed_write(unsigned long sector, const void* buf);
50extern void ata_flush(void);
51extern void ata_spin(void); 49extern void ata_spin(void);
52#if CONFIG_LED == LED_REAL 50#if CONFIG_LED == LED_REAL
53extern void ata_set_led_enabled(bool enabled); 51extern void ata_set_led_enabled(bool enabled);