1 // SPDX-License-Identifier: ISC
3 * Copyright (c) 2013 Broadcom Corporation
8 enum brcmf_btcoex_mode
{
13 int brcmf_btcoex_attach(struct brcmf_cfg80211_info
*cfg
);
14 void brcmf_btcoex_detach(struct brcmf_cfg80211_info
*cfg
);
15 int brcmf_btcoex_set_mode(struct brcmf_cfg80211_vif
*vif
,
16 enum brcmf_btcoex_mode mode
, u16 duration
);
18 #endif /* WL_BTCOEX_H_ */