summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-09-13 15:57:39 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-09-13 15:57:38 -0700
commitf53ff1046e2a1f78bb5b31e491fb36a455995a25 (patch)
tree21501aa7a062d7645131b34530b05a277f3946a9 /include
parentdffb51fe96bd2130002f8ca891845f94e5fe494c (diff)
parentee4241b76814f06438dbf14b19681af191f079f1 (diff)
Merge "cnss2: Add API to check if WLAN PCIe device is down"
Diffstat (limited to 'include')
-rw-r--r--include/net/cnss2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cnss2.h b/include/net/cnss2.h
index 3a8b503c1938..e06f0b670d90 100644
--- a/include/net/cnss2.h
+++ b/include/net/cnss2.h
@@ -167,6 +167,7 @@ static inline int cnss_wlan_pm_control(struct device *dev, bool vote)
return 0;
}
#endif /* CONFIG_PCI_MSM */
+extern int cnss_pci_is_device_down(struct device *dev);
extern void cnss_schedule_recovery(struct device *dev,
enum cnss_recovery_reason reason);
extern int cnss_self_recovery(struct device *dev,