summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAmandeep Singh <amansing@codeaurora.org>2019-06-07 12:05:28 +0530
committerAmandeep Singh <amansing@codeaurora.org>2019-09-03 11:13:18 +0530
commit270a493149da6a55c6673a42fbf524b89f2a9db8 (patch)
treee237c3d40aac34a5a848ec77b9a1b229ba37093a /include/linux
parent23ddb3ee2d6cf4bdbca5fcdb69c334f95e157edb (diff)
msm: qcn: Add QCN bridge client driver
Add QCN bridge client driver to provide interface to QCN SDIO core function-1 driver. This driver currently provides interfacing for diag, IPC router and sahara application. Change-Id: Ie992aec91347bb68e46a01ee6f67a1d07ce40ecc Signed-off-by: Amandeep Singh <amansing@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/qcn_sdio_al.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/qcn_sdio_al.h b/include/linux/qcn_sdio_al.h
index b7e9e91c5382..97d8aa189735 100644
--- a/include/linux/qcn_sdio_al.h
+++ b/include/linux/qcn_sdio_al.h
@@ -97,6 +97,8 @@ struct sdio_al_client_data {
int id;
+ int mode;
+
int (*probe)(struct sdio_al_client_handle *);
int (*remove)(struct sdio_al_client_handle *);