import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / connectivity / common_detect / drv_init / inc / common_drv_init.h
1 /*
2 * Copyright (C) 2011-2014 MediaTek Inc.
3 *
4 * This program is free software: you can redistribute it and/or modify it under the terms of the
5 * GNU General Public License version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
8 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9 * See the GNU General Public License for more details.
10 *
11 * You should have received a copy of the GNU General Public License along with this program.
12 * If not, see <http://www.gnu.org/licenses/>.
13 */
14
15 #ifndef _COMMON_DRV_INIT_H_
16 #define _COMMON_DRV_INIT_H_
17 extern int do_common_drv_init(int chip_id);
18
19
20 /*defined in common part driver*/
21 #ifdef MTK_WCN_COMBO_CHIP_SUPPORT
22 extern int mtk_wcn_combo_common_drv_init(void);
23 extern int mtk_wcn_hif_sdio_drv_init(void);
24 extern int mtk_wcn_stp_uart_drv_init (void);
25 extern int mtk_wcn_stp_sdio_drv_init(void);
26 #endif
27
28 #ifdef MTK_WCN_SOC_CHIP_SUPPORT
29 extern int mtk_wcn_soc_common_drv_init(void);
30 #endif
31
32
33 #endif
34