1811853daSPing-Ke Shih /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2811853daSPing-Ke Shih /* Copyright(c) 2018-2019  Realtek Corporation
3811853daSPing-Ke Shih  */
4811853daSPing-Ke Shih 
5811853daSPing-Ke Shih #ifndef __RTW8723D_TABLE_H__
6811853daSPing-Ke Shih #define __RTW8723D_TABLE_H__
7811853daSPing-Ke Shih 
89874f685SPing-Ke Shih extern const struct rtw_table rtw8723d_mac_tbl;
99874f685SPing-Ke Shih extern const struct rtw_table rtw8723d_agc_tbl;
109874f685SPing-Ke Shih extern const struct rtw_table rtw8723d_bb_tbl;
119874f685SPing-Ke Shih extern const struct rtw_table rtw8723d_bb_pg_tbl;
129874f685SPing-Ke Shih extern const struct rtw_table rtw8723d_rf_a_tbl;
139874f685SPing-Ke Shih extern const struct rtw_table rtw8723d_txpwr_lmt_tbl;
149874f685SPing-Ke Shih 
15811853daSPing-Ke Shih #endif
16