xref: /linux/drivers/net/wireless/realtek/rtw88/rtw8703b_tables.h (revision 621cde16e49b3ecf7d59a8106a20aaebfb4a59a9)
1*b0ec946cSFiona Klute /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2*b0ec946cSFiona Klute /* Copyright Fiona Klute <fiona.klute@gmx.de> */
3*b0ec946cSFiona Klute 
4*b0ec946cSFiona Klute #ifndef __RTW8703B_TABLES_H__
5*b0ec946cSFiona Klute #define __RTW8703B_TABLES_H__
6*b0ec946cSFiona Klute 
7*b0ec946cSFiona Klute extern const struct rtw_table rtw8703b_bb_pg_tbl;
8*b0ec946cSFiona Klute extern const struct rtw_table rtw8703b_txpwr_lmt_tbl;
9*b0ec946cSFiona Klute extern const struct rtw_table rtw8703b_mac_tbl;
10*b0ec946cSFiona Klute extern const struct rtw_table rtw8703b_agc_tbl;
11*b0ec946cSFiona Klute extern const struct rtw_table rtw8703b_bb_tbl;
12*b0ec946cSFiona Klute extern const struct rtw_table rtw8703b_rf_a_tbl;
13*b0ec946cSFiona Klute 
14*b0ec946cSFiona Klute #endif
15