summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-16 10:20:21 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-16 10:20:21 -0700
commit442c0b0c36d59203902afc40e4c92d7e57ad43c5 (patch)
treec51befc472aeea893fe3baa7de66ae9959c99a35 /include/soc
parent8af36c11990bd7795c741d3a9a1fe03fae61a98d (diff)
parenta207e02a1d022d39ae0d26dd08a8322552cf80fa (diff)
Merge "icnss: Provide APIs for getting SMMU mapping context"
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/qcom/icnss.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h
index 6275e4536bc0..62f1ff65f273 100644
--- a/include/soc/qcom/icnss.h
+++ b/include/soc/qcom/icnss.h
@@ -106,5 +106,8 @@ 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);
+extern struct dma_iommu_mapping *icnss_smmu_get_mapping(struct device *dev);
+extern int icnss_smmu_map(struct device *dev, phys_addr_t paddr,
+ uint32_t *iova_addr, size_t size);
#endif /* _ICNSS_WLAN_H_ */