summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSameer Thalappil <sameert@codeaurora.org>2016-03-07 17:12:47 -0800
committerKyle Yan <kyan@codeaurora.org>2016-05-26 15:26:58 -0700
commit090978665c83f6e271556569c113b15e4f028d60 (patch)
tree8c4ae65801e8bd4df575ba1e8b0b78c4df108194 /include
parentd16c4eb6879a0cf677144fbfa2621670252f629a (diff)
icnss: Add API to return the CE IRQ number
API retrieves the IRQ number for the CE ID passed. Change-Id: I87cca1215134e6d406f60d54f6d0430978eeae9c Signed-off-by: Sameer Thalappil <sameert@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/icnss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h
index f688b56c5798..6b250c68aaee 100644
--- a/include/soc/qcom/icnss.h
+++ b/include/soc/qcom/icnss.h
@@ -97,5 +97,6 @@ extern int icnss_ce_request_irq(unsigned int ce_id,
unsigned long flags, const char *name, void *ctx);
extern int icnss_get_ce_id(int irq);
extern int icnss_set_fw_debug_mode(bool enablefwlog);
+extern int icnss_get_irq(int ce_id);
#endif /* _ICNSS_WLAN_H_ */