summaryrefslogtreecommitdiff
path: root/include/soc/qcom
diff options
context:
space:
mode:
authorYuanyuan Liu <yuanliu@codeaurora.org>2016-06-02 10:12:35 -0700
committerKyle Yan <kyan@codeaurora.org>2016-06-07 11:58:05 -0700
commitffb92f5b33395eb82ea662a669effba01e9e937c (patch)
tree768e98450b0dd5327cc99ed2fad83dfb675f3fe4 /include/soc/qcom
parenta1807a0515f5508d79957921961123491daab577 (diff)
icnss: Export APIs for power on/off WLAN hardware
Export APIs to WLAN driver to power on/off WLAN hardware. CRs-Fixed: 1017496 Change-Id: I4b09b7e9ee97129f952d737a530fc04205259f24 Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org>
Diffstat (limited to 'include/soc/qcom')
-rw-r--r--include/soc/qcom/icnss.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h
index 49bfd4fb5c9c..6c3ec33cc613 100644
--- a/include/soc/qcom/icnss.h
+++ b/include/soc/qcom/icnss.h
@@ -98,5 +98,7 @@ extern int icnss_ce_request_irq(unsigned int ce_id,
extern int icnss_get_ce_id(int irq);
extern int icnss_set_fw_debug_mode(bool enable_fw_log);
extern int icnss_get_irq(int ce_id);
+extern int icnss_power_on(struct device *dev);
+extern int icnss_power_off(struct device *dev);
#endif /* _ICNSS_WLAN_H_ */