diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-12-27 00:28:09 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-12-27 00:28:09 -0800 |
| commit | b3b9be04a2983c0fb8111da6cfaf150c1d1bb690 (patch) | |
| tree | 20f696e3fb4bc9aede5ccbd4762b34c2fb687388 /include | |
| parent | 0b1034973879b0b258db53be83e0a6f68cae3312 (diff) | |
| parent | 12a3949a3947dd7aaa129e5f8114cf99a430ab9c (diff) | |
Merge bk://gkernel.bkbits.net/libata-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux
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 95a7b0ddb096..a436be7d78aa 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -339,6 +339,8 @@ struct ata_port_operations { void (*phy_reset) (struct ata_port *ap); void (*post_set_mode) (struct ata_port *ap); + int (*check_atapi_dma) (struct ata_queued_cmd *qc); + void (*bmdma_setup) (struct ata_queued_cmd *qc); void (*bmdma_start) (struct ata_queued_cmd *qc); |
