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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/ata.h b/firmware/export/ata.h
index 35538f6354..9b5bd36a5b 100644
--- a/firmware/export/ata.h
+++ b/firmware/export/ata.h
@@ -48,6 +48,7 @@ extern bool ata_disk_is_active(void);
48extern int ata_hard_reset(void); 48extern int ata_hard_reset(void);
49extern int ata_soft_reset(void); 49extern int ata_soft_reset(void);
50extern int ata_init(void); 50extern int ata_init(void);
51extern void ata_close(void);
51extern int ata_read_sectors(IF_MV2(int drive,) unsigned long start, int count, void* buf); 52extern int ata_read_sectors(IF_MV2(int drive,) unsigned long start, int count, void* buf);
52extern int ata_write_sectors(IF_MV2(int drive,) unsigned long start, int count, const void* buf); 53extern int ata_write_sectors(IF_MV2(int drive,) unsigned long start, int count, const void* buf);
53extern void ata_spin(void); 54extern void ata_spin(void);