1*108bdaaaSPing-Ke Shih /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2*108bdaaaSPing-Ke Shih /* Copyright(c) 2022-2023  Realtek Corporation
3*108bdaaaSPing-Ke Shih  */
4*108bdaaaSPing-Ke Shih 
5*108bdaaaSPing-Ke Shih #ifndef __RTW89_8851B_TABLE_H__
6*108bdaaaSPing-Ke Shih #define __RTW89_8851B_TABLE_H__
7*108bdaaaSPing-Ke Shih 
8*108bdaaaSPing-Ke Shih #include "core.h"
9*108bdaaaSPing-Ke Shih 
10*108bdaaaSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8851b_phy_bb_table;
11*108bdaaaSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8851b_phy_bb_gain_table;
12*108bdaaaSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8851b_phy_radioa_table;
13*108bdaaaSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8851b_phy_nctl_table;
14*108bdaaaSPing-Ke Shih extern const struct rtw89_txpwr_table rtw89_8851b_byr_table;
15*108bdaaaSPing-Ke Shih extern const struct rtw89_txpwr_track_cfg rtw89_8851b_trk_cfg;
16*108bdaaaSPing-Ke Shih extern const u8 rtw89_8851b_tx_shape[RTW89_BAND_MAX][RTW89_RS_TX_SHAPE_NUM]
17*108bdaaaSPing-Ke Shih 				    [RTW89_REGD_NUM];
18*108bdaaaSPing-Ke Shih extern const struct rtw89_rfe_parms rtw89_8851b_dflt_parms;
19*108bdaaaSPing-Ke Shih extern const struct rtw89_rfe_parms_conf rtw89_8851b_rfe_parms_conf[];
20*108bdaaaSPing-Ke Shih 
21*108bdaaaSPing-Ke Shih #endif
22