Gwendal Grignou | d902747 | 2010-05-25 12:31:38 -0700 | [diff] [blame] | 1 | #ifndef _LIBATA_TRANSPORT_H |
| 2 | #define _LIBATA_TRANSPORT_H |
| 3 | |
| 4 | |
| 5 | extern struct scsi_transport_template *ata_scsi_transport_template; |
| 6 | |
| 7 | int ata_tlink_add(struct ata_link *link); |
| 8 | void ata_tlink_delete(struct ata_link *link); |
| 9 | |
| 10 | int ata_tport_add(struct device *parent, struct ata_port *ap); |
| 11 | void ata_tport_delete(struct ata_port *ap); |
| 12 | |
| 13 | struct scsi_transport_template *ata_attach_transport(void); |
| 14 | void ata_release_transport(struct scsi_transport_template *t); |
| 15 | |
| 16 | __init int libata_transport_init(void); |
| 17 | void __exit libata_transport_exit(void); |
| 18 | #endif |