Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/dev/iwlwifi/mld/coex.h
48286 views
1
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2
/*
3
* Copyright (C) 2024 Intel Corporation
4
*/
5
#ifndef __iwl_mld_coex_h__
6
#define __iwl_mld_coex_h__
7
8
#include "mld.h"
9
10
int iwl_mld_send_bt_init_conf(struct iwl_mld *mld);
11
12
void iwl_mld_handle_bt_coex_notif(struct iwl_mld *mld,
13
struct iwl_rx_packet *pkt);
14
15
#endif /* __iwl_mld_coex_h__ */
16
17