summaryrefslogtreecommitdiffstats
path: root/include/ata_drive.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-05-26 23:02:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-06-06 09:42:16 +0200
commit6883fc4378b2d4e438a45a874a424460f58a2db1 (patch)
treeff994a455cb6569941da4c241900b466a152d1b7 /include/ata_drive.h
parent05002a942c511ce176ab4e47f992f0f71dd5bf94 (diff)
downloadbarebox-6883fc4378b2d4e438a45a874a424460f58a2db1.tar.gz
barebox-6883fc4378b2d4e438a45a874a424460f58a2db1.tar.xz
ata: implement detect
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/ata_drive.h')
-rw-r--r--include/ata_drive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ata_drive.h b/include/ata_drive.h
index abbafb9670..9961aeaf43 100644
--- a/include/ata_drive.h
+++ b/include/ata_drive.h
@@ -144,6 +144,7 @@ struct ata_port {
int ide_port_register(struct device_d *, struct ata_ioports *);
int ata_port_register(struct ata_port *port);
+int ata_port_detect(struct ata_port *port);
struct device_d;