162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 262306a36Sopenharmony_ci/* Copyright(c) 2019-2020 Realtek Corporation 362306a36Sopenharmony_ci */ 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#ifndef __RTW89_8852A_TABLE_H__ 662306a36Sopenharmony_ci#define __RTW89_8852A_TABLE_H__ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#include "core.h" 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8852a_phy_bb_table; 1162306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8852a_phy_radioa_table; 1262306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8852a_phy_radiob_table; 1362306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8852a_phy_nctl_table; 1462306a36Sopenharmony_ciextern const struct rtw89_txpwr_table rtw89_8852a_byr_table; 1562306a36Sopenharmony_ciextern const struct rtw89_phy_dig_gain_table rtw89_8852a_phy_dig_table; 1662306a36Sopenharmony_ciextern const struct rtw89_txpwr_track_cfg rtw89_8852a_trk_cfg; 1762306a36Sopenharmony_ciextern const struct rtw89_rfe_parms rtw89_8852a_dflt_parms; 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci#endif 20