aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-11-09 01:20:26 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-11-09 01:20:26 -0500
commitc7c6e9494cc9a4a5b1a2ca870ed4531ad2b98a83 (patch)
tree1185ddc2c4cea1c4da09d6b83893f91aefe7cd3d /include/linux/libata.h
parent8cedcfd43a0b00741fff43d6a4c1a8b7748db3b0 (diff)
parent8e8b77dd4846b73f2e0756cf59123ee709246d11 (diff)
Merge branch 'upstream'
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 4b4cf6cf4acc..ad0451dfee15 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -217,7 +217,7 @@ struct ata_probe_ent {
217 struct list_head node; 217 struct list_head node;
218 struct device *dev; 218 struct device *dev;
219 const struct ata_port_operations *port_ops; 219 const struct ata_port_operations *port_ops;
220 Scsi_Host_Template *sht; 220 struct scsi_host_template *sht;
221 struct ata_ioports port[ATA_MAX_PORTS]; 221 struct ata_ioports port[ATA_MAX_PORTS];
222 unsigned int n_ports; 222 unsigned int n_ports;
223 unsigned int hard_port_no; 223 unsigned int hard_port_no;
@@ -401,7 +401,7 @@ struct ata_port_operations {
401}; 401};
402 402
403struct ata_port_info { 403struct ata_port_info {
404 Scsi_Host_Template *sht; 404 struct scsi_host_template *sht;
405 unsigned long host_flags; 405 unsigned long host_flags;
406 unsigned long pio_mask; 406 unsigned long pio_mask;
407 unsigned long mwdma_mask; 407 unsigned long mwdma_mask;
@@ -436,7 +436,7 @@ extern void ata_pci_remove_one (struct pci_dev *pdev);
436#endif /* CONFIG_PCI */ 436#endif /* CONFIG_PCI */
437extern int ata_device_add(const struct ata_probe_ent *ent); 437extern int ata_device_add(const struct ata_probe_ent *ent);
438extern void ata_host_set_remove(struct ata_host_set *host_set); 438extern void ata_host_set_remove(struct ata_host_set *host_set);
439extern int ata_scsi_detect(Scsi_Host_Template *sht); 439extern int ata_scsi_detect(struct scsi_host_template *sht);
440extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg); 440extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg);
441extern int ata_scsi_queuecmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)); 441extern int ata_scsi_queuecmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *));
442extern int ata_scsi_error(struct Scsi_Host *host); 442extern int ata_scsi_error(struct Scsi_Host *host);