aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2006-01-24 03:05:21 -0500
committerJeff Garzik <jgarzik@pobox.com>2006-01-26 23:18:47 -0500
commit6f8b99589524f3e759e44721376abcdf88ed8915 (patch)
treeea187cf272f560faaba4ffb6d34848f6f517203e /include/linux/libata.h
parent22b49985f526796471c074c0e56bcebfd633a6ff (diff)
[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.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