1*eefad995SPing-Ke Shih /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2*eefad995SPing-Ke Shih /* Copyright(c) 2019-2022  Realtek Corporation
3*eefad995SPing-Ke Shih  */
4*eefad995SPing-Ke Shih 
5*eefad995SPing-Ke Shih #ifndef __RTW89_8852C_TABLE_H__
6*eefad995SPing-Ke Shih #define __RTW89_8852C_TABLE_H__
7*eefad995SPing-Ke Shih 
8*eefad995SPing-Ke Shih #include "core.h"
9*eefad995SPing-Ke Shih 
10*eefad995SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852c_phy_bb_table;
11*eefad995SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852c_phy_bb_gain_table;
12*eefad995SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852c_phy_radioa_table;
13*eefad995SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852c_phy_radiob_table;
14*eefad995SPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852c_phy_nctl_table;
15*eefad995SPing-Ke Shih 
16*eefad995SPing-Ke Shih #endif
17