aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/libata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 576788de962a..45646f6ebbf5 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -500,6 +500,9 @@ extern int ata_scsi_device_suspend(struct scsi_device *);
500extern int ata_device_resume(struct ata_port *, struct ata_device *); 500extern int ata_device_resume(struct ata_port *, struct ata_device *);
501extern int ata_device_suspend(struct ata_port *, struct ata_device *); 501extern int ata_device_suspend(struct ata_port *, struct ata_device *);
502extern int ata_ratelimit(void); 502extern int ata_ratelimit(void);
503extern unsigned int ata_busy_sleep(struct ata_port *ap,
504 unsigned long timeout_pat,
505 unsigned long timeout);
503 506
504/* 507/*
505 * Default driver ops implementations 508 * Default driver ops implementations