summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-26 14:48:48 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-26 14:48:47 -0700
commit0cf5c85f8a9567a043b7c7399a184f5533eae7b5 (patch)
tree989d65f910e089acecf79e979e708f1d9fd3e226 /include/linux
parent86cdb090cb445b66ad2b32b2abf938c9cd34f005 (diff)
parenta4720ff813a9ec14b63ddb88747d1184e4783a9e (diff)
Merge "msm: ipa: header change for SMMU wlan VA mapping"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ipa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ipa.h b/include/linux/ipa.h
index d85cf54cc785..81da2aaa01e5 100644
--- a/include/linux/ipa.h
+++ b/include/linux/ipa.h
@@ -949,6 +949,8 @@ struct ipa_wdi_ul_params_smmu {
struct sg_table rdy_comp_ring;
phys_addr_t rdy_comp_ring_wp_pa;
u32 rdy_comp_ring_size;
+ u32 *rdy_ring_rp_va;
+ u32 *rdy_comp_ring_wp_va;
};
/**