xref: /openbmc/linux/drivers/net/wireless/realtek/rtw88/rtw8723d_table.h (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
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 
8*9874f685SPing-Ke Shih extern const struct rtw_table rtw8723d_mac_tbl;
9*9874f685SPing-Ke Shih extern const struct rtw_table rtw8723d_agc_tbl;
10*9874f685SPing-Ke Shih extern const struct rtw_table rtw8723d_bb_tbl;
11*9874f685SPing-Ke Shih extern const struct rtw_table rtw8723d_bb_pg_tbl;
12*9874f685SPing-Ke Shih extern const struct rtw_table rtw8723d_rf_a_tbl;
13*9874f685SPing-Ke Shih extern const struct rtw_table rtw8723d_txpwr_lmt_tbl;
14*9874f685SPing-Ke Shih 
15811853daSPing-Ke Shih #endif
16