diff options
author | Tejun Heo <htejun@gmail.com> | 2006-01-24 17:05:21 +0900 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2006-01-26 23:18:47 -0500 |
commit | 6f8b99589524f3e759e44721376abcdf88ed8915 (patch) | |
tree | ea187cf272f560faaba4ffb6d34848f6f517203e /include/linux/libata.h | |
parent | 22b49985f526796471c074c0e56bcebfd633a6ff (diff) | |
download | lwn-6f8b99589524f3e759e44721376abcdf88ed8915.tar.gz lwn-6f8b99589524f3e759e44721376abcdf88ed8915.zip |
[PATCH] libata: export ata_busy_sleep
Export ata_busy_sleep(), to be used by low level driver reset functions.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/linux/libata.h')
-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 *); extern int ata_device_resume(struct ata_port *, struct ata_device *); extern int ata_device_suspend(struct ata_port *, struct ata_device *); extern int ata_ratelimit(void); +extern unsigned int ata_busy_sleep(struct ata_port *ap, + unsigned long timeout_pat, + unsigned long timeout); /* * Default driver ops implementations |