xref: /freebsd/sys/contrib/dev/rtw88/rtw8822b_table.h (revision 2774f206809b8fd3a4904fe945f029a414fbc642)
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 __RTW8822B_TABLE_H__
6*2774f206SBjoern A. Zeeb #define __RTW8822B_TABLE_H__
7*2774f206SBjoern A. Zeeb 
8*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822b_mac_tbl;
9*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822b_agc_tbl;
10*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822b_bb_tbl;
11*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822b_bb_pg_type2_tbl;
12*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822b_bb_pg_type3_tbl;
13*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822b_bb_pg_type5_tbl;
14*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822b_rf_a_tbl;
15*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822b_rf_b_tbl;
16*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822b_txpwr_lmt_type0_tbl;
17*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822b_txpwr_lmt_type2_tbl;
18*2774f206SBjoern A. Zeeb extern const struct rtw_table rtw8822b_txpwr_lmt_type5_tbl;
19*2774f206SBjoern A. Zeeb 
20*2774f206SBjoern A. Zeeb #endif
21