1e3ec7017SPing-Ke Shih /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2e3ec7017SPing-Ke Shih /* Copyright(c) 2019-2020  Realtek Corporation
3e3ec7017SPing-Ke Shih  */
4e3ec7017SPing-Ke Shih 
5e3ec7017SPing-Ke Shih #ifndef __RTW89_8852A_TABLE_H__
6e3ec7017SPing-Ke Shih #define __RTW89_8852A_TABLE_H__
7e3ec7017SPing-Ke Shih 
8e3ec7017SPing-Ke Shih #include "core.h"
9e3ec7017SPing-Ke Shih 
10e3ec7017SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852a_phy_bb_table;
11e3ec7017SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852a_phy_radioa_table;
12e3ec7017SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852a_phy_radiob_table;
13e3ec7017SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852a_phy_nctl_table;
14e3ec7017SPing-Ke Shih extern const struct rtw89_txpwr_table rtw89_8852a_byr_table;
15e3ec7017SPing-Ke Shih extern const struct rtw89_phy_dig_gain_table rtw89_8852a_phy_dig_table;
16e3ec7017SPing-Ke Shih extern const struct rtw89_txpwr_track_cfg rtw89_8852a_trk_cfg;
17*5395482aSZong-Zhe Yang extern const struct rtw89_rfe_parms rtw89_8852a_dflt_parms;
18e3ec7017SPing-Ke Shih 
19e3ec7017SPing-Ke Shih #endif
20