162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
262306a36Sopenharmony_ci/* Copyright(c) 2019-2022  Realtek Corporation
362306a36Sopenharmony_ci */
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#ifndef __RTW89_8852C_TABLE_H__
662306a36Sopenharmony_ci#define __RTW89_8852C_TABLE_H__
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#include "core.h"
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8852c_phy_bb_table;
1162306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8852c_phy_bb_gain_table;
1262306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8852c_phy_radioa_table;
1362306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8852c_phy_radiob_table;
1462306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8852c_phy_nctl_table;
1562306a36Sopenharmony_ciextern const struct rtw89_txpwr_table rtw89_8852c_byr_table;
1662306a36Sopenharmony_ciextern const struct rtw89_phy_tssi_dbw_table rtw89_8852c_tssi_dbw_table;
1762306a36Sopenharmony_ciextern const struct rtw89_txpwr_track_cfg rtw89_8852c_trk_cfg;
1862306a36Sopenharmony_ciextern const u8 rtw89_8852c_tx_shape[RTW89_BAND_NUM][RTW89_RS_TX_SHAPE_NUM]
1962306a36Sopenharmony_ci				    [RTW89_REGD_NUM];
2062306a36Sopenharmony_ciextern const struct rtw89_rfe_parms rtw89_8852c_dflt_parms;
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ci#endif
23