diff options
author | Tejun Heo <htejun@gmail.com> | 2006-05-31 05:27:44 -0400 |
---|---|---|
committer | Tejun Heo <htejun@gmail.com> | 2006-05-31 05:27:44 -0400 |
commit | a9beec95352ff675f27d74c3cb97dc258d022497 (patch) | |
tree | f301e31e3a9648bd6e2f4050a44b4e89aebe0f18 /drivers/scsi/libata.h | |
parent | 453b07accb47c5b54aa2f156ebffac63c543027b (diff) |
[PATCH] libata-hp-prep: make probing related functions global
Hotplug will be implemented in libata-eh.c. Make ata_dev_read_id()
and ata_dev_configure() global.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Diffstat (limited to 'drivers/scsi/libata.h')
-rw-r--r-- | drivers/scsi/libata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/libata.h b/drivers/scsi/libata.h index 4458fd9fc1a4..2d704be355cc 100644 --- a/drivers/scsi/libata.h +++ b/drivers/scsi/libata.h | |||
@@ -50,6 +50,9 @@ extern void ata_port_flush_task(struct ata_port *ap); | |||
50 | extern unsigned ata_exec_internal(struct ata_device *dev, | 50 | extern unsigned ata_exec_internal(struct ata_device *dev, |
51 | struct ata_taskfile *tf, const u8 *cdb, | 51 | struct ata_taskfile *tf, const u8 *cdb, |
52 | int dma_dir, void *buf, unsigned int buflen); | 52 | int dma_dir, void *buf, unsigned int buflen); |
53 | extern int ata_dev_read_id(struct ata_device *dev, unsigned int *p_class, | ||
54 | int post_reset, u16 *id); | ||
55 | extern int ata_dev_configure(struct ata_device *dev, int print_info); | ||
53 | extern int sata_down_spd_limit(struct ata_port *ap); | 56 | extern int sata_down_spd_limit(struct ata_port *ap); |
54 | extern int sata_set_spd_needed(struct ata_port *ap); | 57 | extern int sata_set_spd_needed(struct ata_port *ap); |
55 | extern int ata_down_xfermask_limit(struct ata_device *dev, int force_pio0); | 58 | extern int ata_down_xfermask_limit(struct ata_device *dev, int force_pio0); |