xref: /freebsd/sys/contrib/dev/rtw89/rtw8852c_table.h (revision 6d67aabd63555ab62a2f2b7f52a75ef100a2fe75)
18e93258fSBjoern A. Zeeb /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
28e93258fSBjoern A. Zeeb /* Copyright(c) 2019-2022  Realtek Corporation
38e93258fSBjoern A. Zeeb  */
48e93258fSBjoern A. Zeeb 
58e93258fSBjoern A. Zeeb #ifndef __RTW89_8852C_TABLE_H__
68e93258fSBjoern A. Zeeb #define __RTW89_8852C_TABLE_H__
78e93258fSBjoern A. Zeeb 
88e93258fSBjoern A. Zeeb #include "core.h"
98e93258fSBjoern A. Zeeb 
108e93258fSBjoern A. Zeeb extern const struct rtw89_phy_table rtw89_8852c_phy_bb_table;
118e93258fSBjoern A. Zeeb extern const struct rtw89_phy_table rtw89_8852c_phy_bb_gain_table;
128e93258fSBjoern A. Zeeb extern const struct rtw89_phy_table rtw89_8852c_phy_radioa_table;
138e93258fSBjoern A. Zeeb extern const struct rtw89_phy_table rtw89_8852c_phy_radiob_table;
148e93258fSBjoern A. Zeeb extern const struct rtw89_phy_table rtw89_8852c_phy_nctl_table;
158e93258fSBjoern A. Zeeb extern const struct rtw89_phy_tssi_dbw_table rtw89_8852c_tssi_dbw_table;
168e93258fSBjoern A. Zeeb extern const struct rtw89_txpwr_track_cfg rtw89_8852c_trk_cfg;
17*e2340276SBjoern A. Zeeb extern const struct rtw89_rfe_parms rtw89_8852c_dflt_parms;
188e93258fSBjoern A. Zeeb 
198e93258fSBjoern A. Zeeb #endif
20