diff options
| author | Amandeep Singh <amansing@codeaurora.org> | 2019-06-07 12:05:28 +0530 |
|---|---|---|
| committer | Amandeep Singh <amansing@codeaurora.org> | 2019-09-03 11:13:18 +0530 |
| commit | 270a493149da6a55c6673a42fbf524b89f2a9db8 (patch) | |
| tree | e237c3d40aac34a5a848ec77b9a1b229ba37093a /include/linux | |
| parent | 23ddb3ee2d6cf4bdbca5fcdb69c334f95e157edb (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.h | 2 |
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 *); |
