18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/* Copyright(c) 2009-2012  Realtek Corporation.*/
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef __RTL8723E_BTC_H__
58c2ecf20Sopenharmony_ci#define __RTL8723E_BTC_H__
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#include "../wifi.h"
88c2ecf20Sopenharmony_ci#include "hal_bt_coexist.h"
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_cistruct bt_coexist_c2h_info {
118c2ecf20Sopenharmony_ci	u8 no_parse_c2h;
128c2ecf20Sopenharmony_ci	u8 has_c2h;
138c2ecf20Sopenharmony_ci};
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#endif
16