xref: /freebsd/sys/contrib/dev/rtw88/rtw8703b_tables.h (revision 11c53278a8a3e86e14377f09bbaa7bad193d3713)
1*11c53278SBjoern A. Zeeb /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2*11c53278SBjoern A. Zeeb /* Copyright Fiona Klute <fiona.klute@gmx.de> */
3*11c53278SBjoern A. Zeeb 
4*11c53278SBjoern A. Zeeb #ifndef __RTW8703B_TABLES_H__
5*11c53278SBjoern A. Zeeb #define __RTW8703B_TABLES_H__
6*11c53278SBjoern A. Zeeb 
7*11c53278SBjoern A. Zeeb extern const struct rtw_table rtw8703b_bb_pg_tbl;
8*11c53278SBjoern A. Zeeb extern const struct rtw_table rtw8703b_txpwr_lmt_tbl;
9*11c53278SBjoern A. Zeeb extern const struct rtw_table rtw8703b_mac_tbl;
10*11c53278SBjoern A. Zeeb extern const struct rtw_table rtw8703b_agc_tbl;
11*11c53278SBjoern A. Zeeb extern const struct rtw_table rtw8703b_bb_tbl;
12*11c53278SBjoern A. Zeeb extern const struct rtw_table rtw8703b_rf_a_tbl;
13*11c53278SBjoern A. Zeeb 
14*11c53278SBjoern A. Zeeb #endif
15