diff options
author | Mark Lord <mlord@pobox.com> | 2009-02-25 15:18:32 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-03-24 22:02:41 -0400 |
commit | 1a660164c291f41b2aa853a7269b310933574ef9 (patch) | |
tree | ba113e3cb6579c45d4e11aede7d8714e9dde2b05 /include/linux/libata.h | |
parent | d16ab3f633b75aac1cf42b00355cd9aa65033dcc (diff) |
[libata] Export ata_pio_queue_task() so that it can be used from sata_mv.
Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index dc18b87ed722..19af7d22a7f8 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -1008,6 +1008,9 @@ extern int ata_cable_sata(struct ata_port *ap); | |||
1008 | extern int ata_cable_ignore(struct ata_port *ap); | 1008 | extern int ata_cable_ignore(struct ata_port *ap); |
1009 | extern int ata_cable_unknown(struct ata_port *ap); | 1009 | extern int ata_cable_unknown(struct ata_port *ap); |
1010 | 1010 | ||
1011 | extern void ata_pio_queue_task(struct ata_port *ap, void *data, | ||
1012 | unsigned long delay); | ||
1013 | |||
1011 | /* Timing helpers */ | 1014 | /* Timing helpers */ |
1012 | extern unsigned int ata_pio_need_iordy(const struct ata_device *); | 1015 | extern unsigned int ata_pio_need_iordy(const struct ata_device *); |
1013 | extern const struct ata_timing *ata_timing_find_mode(u8 xfer_mode); | 1016 | extern const struct ata_timing *ata_timing_find_mode(u8 xfer_mode); |