xref: /linux/drivers/net/wireless/realtek/rtw89/rtw8851b.h (revision 3ea903e2a523e9655e425ba8eae13733e9e80ac9)
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright(c) 2022-2023  Realtek Corporation
3  */
4 
5 #ifndef __RTW89_8851B_H__
6 #define __RTW89_8851B_H__
7 
8 #include "core.h"
9 
10 #define RF_PATH_NUM_8851B 1
11 #define BB_PATH_NUM_8851B 1
12 
13 extern const struct rtw89_chip_info rtw8851b_chip_info;
14 
15 #endif
16