Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright(c) 2009-2012  Realtek Corporation.*/
0003 
0004 #ifndef __RTL8723E_BTC_H__
0005 #define __RTL8723E_BTC_H__
0006 
0007 #include "../wifi.h"
0008 #include "hal_bt_coexist.h"
0009 
0010 struct bt_coexist_c2h_info {
0011     u8 no_parse_c2h;
0012     u8 has_c2h;
0013 };
0014 
0015 #endif