18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 28c2ecf20Sopenharmony_ci/* Copyright(c) 2018-2019 Realtek Corporation 38c2ecf20Sopenharmony_ci */ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#ifndef __RTW8822B_TABLE_H__ 68c2ecf20Sopenharmony_ci#define __RTW8822B_TABLE_H__ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ciextern const struct rtw_table rtw8822b_mac_tbl; 98c2ecf20Sopenharmony_ciextern const struct rtw_table rtw8822b_agc_tbl; 108c2ecf20Sopenharmony_ciextern const struct rtw_table rtw8822b_bb_tbl; 118c2ecf20Sopenharmony_ciextern const struct rtw_table rtw8822b_bb_pg_type2_tbl; 128c2ecf20Sopenharmony_ciextern const struct rtw_table rtw8822b_bb_pg_type3_tbl; 138c2ecf20Sopenharmony_ciextern const struct rtw_table rtw8822b_bb_pg_type5_tbl; 148c2ecf20Sopenharmony_ciextern const struct rtw_table rtw8822b_rf_a_tbl; 158c2ecf20Sopenharmony_ciextern const struct rtw_table rtw8822b_rf_b_tbl; 168c2ecf20Sopenharmony_ciextern const struct rtw_table rtw8822b_txpwr_lmt_type0_tbl; 178c2ecf20Sopenharmony_ciextern const struct rtw_table rtw8822b_txpwr_lmt_type2_tbl; 188c2ecf20Sopenharmony_ciextern const struct rtw_table rtw8822b_txpwr_lmt_type5_tbl; 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#endif 21