xref: /linux/drivers/net/wireless/realtek/rtw89/rtw8852bt.h (revision 76d9b92e68f2bb55890f935c5143f4fef97a935d)
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright(c) 2024 Realtek Corporation
3  */
4 
5 #ifndef __RTW89_8852BT_H__
6 #define __RTW89_8852BT_H__
7 
8 #include "core.h"
9 
10 #define RF_PATH_NUM_8852BT 2
11 #define BB_PATH_NUM_8852BT 2
12 
13 #endif
14