diff options
| author | 2006-05-31 18:28:07 +0900 | |
|---|---|---|
| committer | 2006-05-31 18:28:07 +0900 | |
| commit | 83c47bcb3c533180a6dda78152334de50065358a (patch) | |
| tree | 4bc9ac04f8c3797e49284e0b96e2d654769254ff /include/linux/libata.h | |
| parent | [PATCH] libata-hp: implement SCSI part of hotplug (diff) | |
| download | linux-dev-83c47bcb3c533180a6dda78152334de50065358a.tar.xz linux-dev-83c47bcb3c533180a6dda78152334de50065358a.zip | |
[PATCH] libata-hp: implement warmplug
Implement warmplug. User-initiated unplug can be detected by
hostt->slave_destroy() and plug by transportt->user_scan(). This
patch only implements the two callbacks. The next function will hook
them.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Diffstat (limited to 'include/linux/libata.h')
| -rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 407115624d9f..74786c33c526 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -734,6 +734,7 @@ extern int ata_std_bios_param(struct scsi_device *sdev, struct block_device *bdev, sector_t capacity, int geom[]); extern int ata_scsi_slave_config(struct scsi_device *sdev); +extern void ata_scsi_slave_destroy(struct scsi_device *sdev); extern int ata_scsi_change_queue_depth(struct scsi_device *sdev, int queue_depth); extern struct ata_device *ata_dev_pair(struct ata_device *adev); |
