1*2774f206SBjoern A. Zeeb /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2*2774f206SBjoern A. Zeeb /* Copyright(c) 2018-2019 Realtek Corporation 3*2774f206SBjoern A. Zeeb */ 4*2774f206SBjoern A. Zeeb 5*2774f206SBjoern A. Zeeb #ifndef __RTW8822C_TABLE_H__ 6*2774f206SBjoern A. Zeeb #define __RTW8822C_TABLE_H__ 7*2774f206SBjoern A. Zeeb 8*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822c_mac_tbl; 9*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822c_agc_tbl; 10*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822c_bb_tbl; 11*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822c_bb_pg_type0_tbl; 12*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822c_rf_a_tbl; 13*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822c_rf_b_tbl; 14*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822c_txpwr_lmt_type0_tbl; 15*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822c_txpwr_lmt_type5_tbl; 16*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822c_dpk_afe_no_dpk_tbl; 17*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822c_dpk_afe_is_dpk_tbl; 18*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822c_dpk_mac_bb_tbl; 19*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822c_array_mp_cal_init_tbl; 20*2774f206SBjoern A. Zeeb 21*2774f206SBjoern A. Zeeb #endif 22