15 lines · c
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 7extern const struct rtw_table rtw8703b_bb_pg_tbl;8extern const struct rtw_table rtw8703b_txpwr_lmt_tbl;9extern const struct rtw_table rtw8703b_mac_tbl;10extern const struct rtw_table rtw8703b_agc_tbl;11extern const struct rtw_table rtw8703b_bb_tbl;12extern const struct rtw_table rtw8703b_rf_a_tbl;13 14#endif15