diff options
author | Gabriele Mazzotta <gabriele.mzt@gmail.com> | 2015-04-25 20:52:36 +0300 |
---|---|---|
committer | Zefan Li <lizefan@huawei.com> | 2015-09-18 04:20:37 +0300 |
commit | ba4e97b49e74a7b1c6283e3d4d6dbe0c72b991af (patch) | |
tree | 2dc648fa8cb42d140e81c72f9bdb06a3a4bdb9b1 /include | |
parent | d939e53d62fd55fd83d243c3831ac44cd36a743d (diff) | |
download | linux-ba4e97b49e74a7b1c6283e3d4d6dbe0c72b991af.tar.xz |
libata: Add helper to determine when PHY events should be ignored
commit 8393b811f38acdf7fd8da2028708edad3e68ce1f upstream.
This is a preparation commit that will allow to add other criteria
according to which PHY events should be dropped.
Signed-off-by: Gabriele Mazzotta <gabriele.mzt@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Zefan Li <lizefan@huawei.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 764cd54dfea7..41608ba8f613 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -1065,6 +1065,7 @@ extern struct ata_device *ata_dev_pair(struct ata_device *adev); extern int ata_do_set_mode(struct ata_link *link, struct ata_device **r_failed_dev); extern void ata_scsi_port_error_handler(struct Scsi_Host *host, struct ata_port *ap); extern void ata_scsi_cmd_error_handler(struct Scsi_Host *host, struct ata_port *ap, struct list_head *eh_q); +extern bool sata_lpm_ignore_phy_events(struct ata_link *link); extern int ata_cable_40wire(struct ata_port *ap); extern int ata_cable_80wire(struct ata_port *ap); |