add rk3288 pinctrl dts code
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rtl8723bs / hal / OUTSRC-BTCoexist / Mp_Precomp.h
1 /******************************************************************************
2  *
3  * Copyright(c) 2013 Realtek Corporation. All rights reserved.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of version 2 of the GNU General Public License as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12  * more details.
13  *
14  * You should have received a copy of the GNU General Public License along with
15  * this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17  *
18  *
19  ******************************************************************************/
20 #ifndef __MP_PRECOMP_H__
21 #define __MP_PRECOMP_H__
22
23 #include <drv_types.h>
24 #include <hal_data.h>
25
26 #define BT_TMP_BUF_SIZE 100
27
28 #ifdef PLATFORM_LINUX
29 #define rsprintf snprintf
30 #elif defined(PLATFORM_WINDOWS)
31 #define rsprintf sprintf_s
32 #endif
33
34 #define DCMD_Printf                     DBG_BT_INFO
35
36 #define delay_ms(ms)            rtw_mdelay_os(ms)
37
38 #ifdef bEnable
39 #undef bEnable
40 #endif
41
42 #include "HalBtcOutSrc.h"
43 #include "HalBtc8188c2Ant.h"
44 #include "HalBtc8192d2Ant.h"
45 #include "HalBtc8192e1Ant.h"
46 #include "HalBtc8192e2Ant.h"
47 #include "HalBtc8723a1Ant.h"
48 #include "HalBtc8723a2Ant.h"
49 #include "HalBtc8723b1Ant.h"
50 #include "HalBtc8723b2Ant.h"
51 #include "HalBtc8812a1Ant.h"
52 #include "HalBtc8812a2Ant.h"
53 #include "HalBtc8821a1Ant.h"
54 #include "HalBtc8821a2Ant.h"
55
56 #endif // __MP_PRECOMP_H__