1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009-2012 Realtek Corporation.*/
3
4 #ifndef __RTL8723E_BTC_H__
5 #define __RTL8723E_BTC_H__
6
7 #include "../wifi.h"
8 #include "hal_bt_coexist.h"
9
10 struct bt_coexist_c2h_info {
11 u8 no_parse_c2h;
12 u8 has_c2h;
13 };
14
15 #endif