#define BT_INFO_8192E_2ANT_B_FTP …
#define BT_INFO_8192E_2ANT_B_A2DP …
#define BT_INFO_8192E_2ANT_B_HID …
#define BT_INFO_8192E_2ANT_B_SCO_BUSY …
#define BT_INFO_8192E_2ANT_B_ACL_BUSY …
#define BT_INFO_8192E_2ANT_B_INQ_PAGE …
#define BT_INFO_8192E_2ANT_B_SCO_ESCO …
#define BT_INFO_8192E_2ANT_B_CONNECTION …
#define BTC_RSSI_COEX_THRESH_TOL_8192E_2ANT …
enum bt_info_src_8192e_2ant { … };
enum bt_8192e_2ant_bt_status { … };
enum bt_8192e_2ant_coex_algo { … };
struct coex_dm_8192e_2ant { … };
struct coex_sta_8192e_2ant { … };
void ex_btc8192e2ant_init_hwconfig(struct btc_coexist *btcoexist);
void ex_btc8192e2ant_init_coex_dm(struct btc_coexist *btcoexist);
void ex_btc8192e2ant_ips_notify(struct btc_coexist *btcoexist, u8 type);
void ex_btc8192e2ant_lps_notify(struct btc_coexist *btcoexist, u8 type);
void ex_btc8192e2ant_scan_notify(struct btc_coexist *btcoexist, u8 type);
void ex_btc8192e2ant_connect_notify(struct btc_coexist *btcoexist, u8 type);
void ex_btc8192e2ant_media_status_notify(struct btc_coexist *btcoexist,
u8 type);
void ex_btc8192e2ant_special_packet_notify(struct btc_coexist *btcoexist,
u8 type);
void ex_btc8192e2ant_bt_info_notify(struct btc_coexist *btcoexist,
u8 *tmpbuf, u8 length);
void ex_btc8192e2ant_stack_operation_notify(struct btc_coexist *btcoexist,
u8 type);
void ex_btc8192e2ant_halt_notify(struct btc_coexist *btcoexist);
void ex_btc8192e2ant_periodical(struct btc_coexist *btcoexist);
void ex_btc8192e2ant_display_coex_info(struct btc_coexist *btcoexist,
struct seq_file *m);