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 #ifdef bEnable
16 #undef bEnable
17 #endif
18 
19 #include "HalBtcOutSrc.h"
20 #include "HalBtc8723b1Ant.h"
21 #include "HalBtc8723b2Ant.h"
22 
23 #endif /*  __MP_PRECOMP_H__ */
24