1 /* SPDX-License-Identifier: GPL-2.0 */
2 /******************************************************************************
3  *
4  * Copyright(c) 2013 Realtek Corporation. All rights reserved.
5  *
6  ******************************************************************************/
7 #ifndef __MP_PRECOMP_H__
8 #define __MP_PRECOMP_H__
9 
10 #include <drv_types.h>
11 #include <hal_data.h>
12 
13 #define BT_TMP_BUF_SIZE	100
14 
15 #define DCMD_Printf			DBG_BT_INFO
16 
17 #ifdef bEnable
18 #undef bEnable
19 #endif
20 
21 #include "HalBtcOutSrc.h"
22 #include "HalBtc8723b1Ant.h"
23 #include "HalBtc8723b2Ant.h"
24 
25 #endif /*  __MP_PRECOMP_H__ */
26