diff options
| author | Tejun Heo <htejun@gmail.com> | 2006-01-06 03:56:18 -0500 |
|---|---|---|
| committer | Jens Axboe <axboe@suse.de> | 2006-01-06 03:56:18 -0500 |
| commit | 9a3dccc42556537a48f39ee9a9e7ab90a933f766 (patch) | |
| tree | e67d7b314d4e0732bfa5558bef4f1941ea80cb58 /include/linux/libata.h | |
| parent | 93c9338713d4e11102cd09b4670ad42a336b06a3 (diff) | |
[BLOCK] add FUA support to libata
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'include/linux/libata.h')
| -rw-r--r-- | include/linux/libata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index e828e172ccbf..6db2c0845731 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
| @@ -480,7 +480,8 @@ extern u8 ata_bmdma_status(struct ata_port *ap); | |||
| 480 | extern void ata_bmdma_irq_clear(struct ata_port *ap); | 480 | extern void ata_bmdma_irq_clear(struct ata_port *ap); |
| 481 | extern void ata_qc_complete(struct ata_queued_cmd *qc); | 481 | extern void ata_qc_complete(struct ata_queued_cmd *qc); |
| 482 | extern void ata_eng_timeout(struct ata_port *ap); | 482 | extern void ata_eng_timeout(struct ata_port *ap); |
| 483 | extern void ata_scsi_simulate(u16 *id, struct scsi_cmnd *cmd, | 483 | extern void ata_scsi_simulate(struct ata_port *ap, struct ata_device *dev, |
| 484 | struct scsi_cmnd *cmd, | ||
| 484 | void (*done)(struct scsi_cmnd *)); | 485 | void (*done)(struct scsi_cmnd *)); |
| 485 | extern int ata_std_bios_param(struct scsi_device *sdev, | 486 | extern int ata_std_bios_param(struct scsi_device *sdev, |
| 486 | struct block_device *bdev, | 487 | struct block_device *bdev, |
