162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 262306a36Sopenharmony_ci/* Copyright(c) 2018-2019 Realtek Corporation 362306a36Sopenharmony_ci */ 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#ifndef __RTW8822B_TABLE_H__ 662306a36Sopenharmony_ci#define __RTW8822B_TABLE_H__ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciextern const struct rtw_table rtw8822b_mac_tbl; 962306a36Sopenharmony_ciextern const struct rtw_table rtw8822b_agc_tbl; 1062306a36Sopenharmony_ciextern const struct rtw_table rtw8822b_bb_tbl; 1162306a36Sopenharmony_ciextern const struct rtw_table rtw8822b_bb_pg_type2_tbl; 1262306a36Sopenharmony_ciextern const struct rtw_table rtw8822b_bb_pg_type3_tbl; 1362306a36Sopenharmony_ciextern const struct rtw_table rtw8822b_bb_pg_type5_tbl; 1462306a36Sopenharmony_ciextern const struct rtw_table rtw8822b_rf_a_tbl; 1562306a36Sopenharmony_ciextern const struct rtw_table rtw8822b_rf_b_tbl; 1662306a36Sopenharmony_ciextern const struct rtw_table rtw8822b_txpwr_lmt_type0_tbl; 1762306a36Sopenharmony_ciextern const struct rtw_table rtw8822b_txpwr_lmt_type2_tbl; 1862306a36Sopenharmony_ciextern const struct rtw_table rtw8822b_txpwr_lmt_type5_tbl; 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci#endif 21