repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
net
/
wireless
/
realtek
/
rtlwifi
/
rtl8723ae
/
btc.h
blob
20a67dcc59cbc13be795f96b1720df2957cc3fd9
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