aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 74786c33c526..f11ba2715bef 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -649,6 +649,7 @@ extern int ata_pci_device_resume(struct pci_dev *pdev);
649extern int ata_pci_clear_simplex(struct pci_dev *pdev); 649extern int ata_pci_clear_simplex(struct pci_dev *pdev);
650#endif /* CONFIG_PCI */ 650#endif /* CONFIG_PCI */
651extern int ata_device_add(const struct ata_probe_ent *ent); 651extern int ata_device_add(const struct ata_probe_ent *ent);
652extern void ata_port_detach(struct ata_port *ap);
652extern void ata_host_set_remove(struct ata_host_set *host_set); 653extern void ata_host_set_remove(struct ata_host_set *host_set);
653extern int ata_scsi_detect(struct scsi_host_template *sht); 654extern int ata_scsi_detect(struct scsi_host_template *sht);
654extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg); 655extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg);