diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2006-03-23 10:38:34 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-24 09:52:32 -0500 |
commit | ebdfca6eb1b755d3bfe9a81339ecdafd92038c1a (patch) | |
tree | 1780c1d10756c1f6c3cd34ac2f23faa729d9877d /include | |
parent | 082776e4be791736c32baf818e50f501a7f83819 (diff) |
[PATCH] libata: add ata_dev_pair helper
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index c52f13498556..80c2339da67d 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -573,6 +573,8 @@ extern int ata_std_bios_param(struct scsi_device *sdev, | |||
573 | struct block_device *bdev, | 573 | struct block_device *bdev, |
574 | sector_t capacity, int geom[]); | 574 | sector_t capacity, int geom[]); |
575 | extern int ata_scsi_slave_config(struct scsi_device *sdev); | 575 | extern int ata_scsi_slave_config(struct scsi_device *sdev); |
576 | extern struct ata_device *ata_dev_pair(struct ata_port *ap, | ||
577 | struct ata_device *adev); | ||
576 | 578 | ||
577 | /* | 579 | /* |
578 | * Timing helpers | 580 | * Timing helpers |