summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index bdb744095d..1b2cbd369c 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -717,6 +717,11 @@ static int set_multiple_mode(int sectors)
717 return 0; 717 return 0;
718} 718}
719 719
720unsigned short* ata_get_identify(void)
721{
722 return identify_info;
723}
724
720int ata_init(void) 725int ata_init(void)
721{ 726{
722 mutex_init(&ata_mtx); 727 mutex_init(&ata_mtx);