1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2 /* Copyright Fiona Klute <fiona.klute@gmx.de> */ 3 4 #ifndef __RTW8703B_TABLES_H__ 5 #define __RTW8703B_TABLES_H__ 6 7 extern const struct rtw_table rtw8703b_bb_pg_tbl; 8 extern const struct rtw_table rtw8703b_txpwr_lmt_tbl; 9 extern const struct rtw_table rtw8703b_mac_tbl; 10 extern const struct rtw_table rtw8703b_agc_tbl; 11 extern const struct rtw_table rtw8703b_bb_tbl; 12 extern const struct rtw_table rtw8703b_rf_a_tbl; 13 14 #endif 15