diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 3 |
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 *); | |||
500 | extern int ata_device_resume(struct ata_port *, struct ata_device *); | 500 | extern int ata_device_resume(struct ata_port *, struct ata_device *); |
501 | extern int ata_device_suspend(struct ata_port *, struct ata_device *); | 501 | extern int ata_device_suspend(struct ata_port *, struct ata_device *); |
502 | extern int ata_ratelimit(void); | 502 | extern int ata_ratelimit(void); |
503 | extern 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 |